Whalebird-desktop-client-ma.../electron-builder.yml

51 lines
1.0 KiB
YAML
Raw Normal View History

2023-11-01 17:20:27 +01:00
appId: social.whalebird.app
productName: Whalebird
2023-12-31 15:19:36 +01:00
copyright: Copyright © 2018 Akira Fukushima
2023-11-06 16:48:07 +01:00
artifactName: "${productName}-${version}-${os}-${arch}.${ext}"
2023-11-01 17:20:27 +01:00
directories:
output: dist
buildResources: resources
files:
- from: .
filter:
- package.json
- app
2023-11-06 16:48:07 +01:00
mac:
icon: resources/icons/icon.icns
target:
- target: dmg
arch:
- universal
category: "public.app-category.social-networking"
entitlements: "plist/entitlements.mac.plist"
entitlementsInherit: "plist/entitlements.mac.plist"
entitlementsLoginHelper: "plist/loginhelper.plist"
hardenedRuntime: true
gatekeeperAssess: false
darkModeSupport: false
2023-11-07 16:44:36 +01:00
notarize: false
2023-12-27 16:05:33 +01:00
singleArchFiles: "*"
2023-11-06 16:48:07 +01:00
win:
icon: resources/icons/icon.ico
target:
- nsis
2023-11-01 17:20:27 +01:00
linux:
2023-11-06 16:48:07 +01:00
icon: resources/icons
target:
- AppImage
- deb
- rpm
- snap
2024-01-24 15:19:44 +01:00
- target: tar.bz2
arch:
- x64
- arm64
2023-11-01 17:20:27 +01:00
category: Network
publish: null
2023-11-06 16:48:07 +01:00
afterSign: "notarize.js"
dmg:
sign: false
nsis:
oneClick: false
allowToChangeInstallationDirectory: true