-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathelectron-builder.yml
65 lines (65 loc) · 1.45 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
61
62
63
64
65
directories:
output: electron-builder
buildResources: build
appId: net.navcommunity.next
buildVersion : 1.0.5
copyright: Copyright © 2018 NavCommunity.net
productName: Next
forceCodeSigning: false
asar: false
compression: maximum
artifactName: '${productName}-${os}-${arch}-${buildVersion}.${ext}'
files:
- '!.*'
- '!js*'
- '!LICENSE*'
- '!README.md'
- '!index.html'
- '!jquery-3.3.1.min.js'
- '!src/*'
- '!static/*'
- '!config/*'
- '!resources/*'
- '!lib/*'
- '!docs/*'
- '!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}'
- '!**/node_modules/.bin'
- '!**/node_modules/search-index/si${/*}'
mac:
icon: "src/assets/next.icns"
category: public.app-category.reference
dmg:
background: "static/img/dmg-background.png"
icon: "src/assets/next.icns"
iconSize: 128
contents:
- x: 432
'y': 210
type: link
path: /Applications
- x: 181
'y': 210
type: file
linux:
target:
- deb
- rpm
maintainer: NavCommunity <[email protected]>
win:
icon: src/assets/next.ico
target:
- nsis
nsis:
oneClick: true
perMachine: false
packElevateHelper : true
allowToChangeInstallationDirectory: false
displayLanguageSelector : true
unicode : true
runAfterFinish : true
createDesktopShortcut : true
createStartMenuShortcut : true
shortcutName : "NEXT"
npmRebuild: true
nodeGypRebuild: false
electronVersion: 16.0.0