-
Notifications
You must be signed in to change notification settings - Fork 3
/
electron-builder.yml
60 lines (52 loc) · 1.08 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
52
53
54
55
56
57
58
59
60
appId: com.aidingnan.winas-desktop
copyright: "Shanghai Aidingnan Technology Co., Ltd."
productName: 口袋网盘
asar: true
compression: normal
directories:
buildResources: /
output: dist/
files:
- "**/*"
dmg:
sign: false
contents:
- type: link
path: /Applications
x: 410
y: 150
- type: file
x: 130
y: 150
background:
logo/background.png
artifactName: KouDaiWangPan-${version}.${ext}
mac:
target:
- dmg
- zip
category: public.app-category.tools
icon: logo/icon.icns
hardenedRuntime: true
entitlements: logo/entitlements.mac.plist
entitlementsInherit: logo/entitlements.mac.plist
gatekeeperAssess: false
win:
target: nsis
icon: logo/icon.ico
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
menuCategory: true
license: logo/License.rtf
language: "1033"
runAfterFinish: false
deleteAppDataOnUninstall: true
artifactName: KouDaiWangPan-${version}-${env.arch}.${ext}
linux:
target:
- deb
- zip
- AppImage
icon: logo/icon.icns
artifactName: KouDaiWangPan-${version}.${ext}