forked from walmat/nebula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectron-builder.yml
65 lines (60 loc) · 1.3 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
productName: Nebula Omega
appId: app.example.com
forceCodeSigning: true
asar: true
compression: normal
afterPack: './internals/scripts/AfterPack.js'
afterSign: './internals/scripts/Notarize.js'
publish:
provider: s3
bucket: test
region: us-east-1
path: /
acl: public-read
endpoint: https://s3.us-east-1.amazonaws.com
channel: latest
files:
- app/dist/
- app/app.html
- app/auth.html
- app/Question.html
- app/Harvester.html
- app/success.mp3
- app/notify.mp3
- app/main.prod.js
- '!**/node_modules/puppeteer/.local-chromium/**/*'
- package.json
mac:
type: distribution
hardenedRuntime: true
gatekeeperAssess: false
darkModeSupport: true
entitlements: build/mac/entitlements.mac.plist
entitlementsInherit: build/mac/entitlements.mac.plist
artifactName: Nebula-Omega-${version}-installer.${ext}
category: public.app-category.utils
icon: build/icon.icns
target:
- dmg
- zip
dmg:
sign: false
backgroundColor: '#867df4'
contents:
- type: link
path: /Applications
x: 410
y: 150
- type: file
x: 130
y: 150
win:
publisherName: 'John Doe'
verifyUpdateCodeSignature: false
artifactName: 'Nebula-Omega-${version}-installer.${ext}'
target:
- nsis
nsis:
deleteAppDataOnUninstall: true
perMachine: true
oneClick: true