-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
electron-builder.yml
51 lines (51 loc) · 1.06 KB
/
electron-builder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
appId: social.whalebird.app
productName: Whalebird
copyright: Copyright © 2018 Akira Fukushima
artifactName: "${productName}-${version}-${os}-${arch}.${ext}"
directories:
output: dist
buildResources: resources
files:
- from: .
filter:
- package.json
- app
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
notarize: false
singleArchFiles: "*"
minimumSystemVersion: "14.0"
win:
icon: resources/icons/icon.ico
target:
- nsis
linux:
icon: resources/icons
target:
- AppImage
- deb
- rpm
- snap
- target: tar.bz2
arch:
- x64
- arm64
category: Network
publish: null
afterSign: "notarize.js"
dmg:
sign: false
nsis:
oneClick: false
allowToChangeInstallationDirectory: true