mirror of
https://github.com/smartfrigde/armcord.git
synced 2026-06-23 05:25:43 +00:00
46 lines
No EOL
888 B
YAML
46 lines
No EOL
888 B
YAML
appId: com.smartfridge.armcord
|
|
productName: ArmCord
|
|
artifactName: ArmCord-${version}-${os}-${arch}.${ext}
|
|
mac:
|
|
category: Network
|
|
|
|
nsis:
|
|
oneClick: false
|
|
allowToChangeInstallationDirectory: true
|
|
|
|
appx:
|
|
applicationId: smartfrigde.ArmCord
|
|
identityName: 53758smartfrigde.ArmCord
|
|
publisher: CN=EAB3A6D3-7145-4623-8176-D579F573F339
|
|
publisherDisplayName: smartfrigde
|
|
|
|
linux:
|
|
icon: build/icon.icns
|
|
target:
|
|
- AppImage
|
|
- deb
|
|
- rpm
|
|
- tar.gz
|
|
maintainer: linux@armcord.app
|
|
category: Network
|
|
|
|
snap:
|
|
environment: {ARRPC_NO_PROCESS_SCANNING: true}
|
|
allowNativeWayland: true
|
|
executableArgs:
|
|
- --no-process-scanning
|
|
|
|
files:
|
|
- "!*"
|
|
- assets
|
|
- node_modules
|
|
- ts-out
|
|
- package.json
|
|
- license.txt
|
|
|
|
electronDownload:
|
|
cache: .cache
|
|
|
|
flatpak:
|
|
baseVersion: 24.08
|
|
runtimeVersion: 24.08 |