- Rename all user-facing and technical identifiers from OpenPets/Pet to FamiliarOS/Familiar. - Rename packages from @open-pets/* to @familiaros/*; rename install-pet/pet-format packages. - Rename plugin IDs and directories from openpets.* to familiaros.*. - Rename IPC namespace from openpets:* to familiaros:* and state filenames from openpets-* to familiaros-* with legacy migration. - Rename source files (pet-window, built-in-pet, default-pet-controller, etc.) to familiar equivalents. - Update locales (en, es-419, ja, ko, pt-BR, zh-Hans, zh-Hant) and tray/pet context menu strings. - Add Familiar naming feature: preference, settings input, tray menu display. - Update assets and packaging config; all desktop tests pass.
78 lines
1.6 KiB
YAML
78 lines
1.6 KiB
YAML
appId: dev.familiaros.app
|
|
productName: FamiliarOS
|
|
executableName: familiaros
|
|
copyright: Copyright © 2026 FamiliarOS
|
|
|
|
directories:
|
|
output: dist-electron
|
|
|
|
artifactName: FamiliarOS-${version}-${os}-${arch}.${ext}
|
|
|
|
files:
|
|
- dist/**
|
|
- control-center-preload.cjs
|
|
- familiar-preload.cjs
|
|
- prompt-window-preload.cjs
|
|
- plugin-sdk-preload.cjs
|
|
- plugin-command-form-preload.cjs
|
|
- panel-preload.cjs
|
|
- assets/**
|
|
- package.json
|
|
|
|
extraResources:
|
|
- from: ../../plugins/official
|
|
to: plugins/official
|
|
|
|
asar: true
|
|
asarUnpack:
|
|
- node_modules/**
|
|
- control-center-preload.cjs
|
|
- familiar-preload.cjs
|
|
- prompt-window-preload.cjs
|
|
- plugin-sdk-preload.cjs
|
|
- plugin-command-form-preload.cjs
|
|
- panel-preload.cjs
|
|
npmRebuild: false
|
|
publish: null
|
|
|
|
toolsets:
|
|
appimage: 1.0.3
|
|
|
|
mac:
|
|
icon: assets/app-icon.icns
|
|
category: public.app-category.utilities
|
|
target:
|
|
- dmg
|
|
- zip
|
|
# Ad-hoc sign macOS bundles when a Developer ID certificate is unavailable.
|
|
# Leaving the app bundle fully unsigned can produce Gatekeeper's misleading
|
|
# "damaged and can't be opened" dialog on Apple Silicon releases.
|
|
identity: "-"
|
|
hardenedRuntime: false
|
|
gatekeeperAssess: false
|
|
|
|
win:
|
|
icon: assets/app-icon.ico
|
|
target:
|
|
- nsis
|
|
- portable
|
|
verifyUpdateCodeSignature: false
|
|
|
|
nsis:
|
|
artifactName: FamiliarOS-${version}-win-${arch}-setup.${ext}
|
|
oneClick: false
|
|
perMachine: false
|
|
allowToChangeInstallationDirectory: true
|
|
|
|
portable:
|
|
artifactName: FamiliarOS-${version}-win-${arch}-portable.${ext}
|
|
|
|
linux:
|
|
icon: assets/app-icon.png
|
|
target:
|
|
- AppImage
|
|
- deb
|
|
- rpm
|
|
- tar.gz
|
|
category: Utility
|
|
maintainer: FamiliarOS
|