forked from LedgerHQ/ledger-live-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder-nightly.yml
68 lines (59 loc) · 1.5 KB
/
electron-builder-nightly.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
66
67
68
appId: com.ledger.live.nightly
protocols:
name: Ledger Live
schemes:
- ledgerlive
afterSign: scripts/notarize.js
directories:
buildResources: "build-nightly"
mac:
artifactName: ${name}-${version}-${os}.${ext}
category: public.app-category.wallet
hardenedRuntime: true
entitlements: build-nightly/mac/entitlements.plist
entitlementsInherit: build-nightly/mac/entitlements.plist
icon: build-nightly/icon.icns
detectUpdateChannel: false
target:
- dmg
- zip
linux:
artifactName: ${name}-${version}-${os}-${arch}.${ext}
category: Finance
icon: icons
detectUpdateChannel: false
target:
- target: AppImage
arch:
- x64
win:
artifactName: ${name}-${version}-${os}-${arch}.${ext}
icon: build-nightly/windows/app.ico
detectUpdateChannel: false
sign: scripts/sign-windows.js
signingHashAlgorithms:
- sha256
target:
- target: nsis
arch:
- x64
nsis:
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
installerIcon: build-nightly/windows/installer.ico
installerSidebar: build-nightly/windows/installerSidebar.bmp
uninstallerIcon: build-nightly/windows/uninstaller.ico
uninstallerSidebar: build-nightly/windows/uninstallerSidebar.bmp
files:
# Include files
- .webpack/**/*
# Exclude files
- "!node_modules/sodium-native/prebuilds"
- "!node_modules/sodium-native/tmp"
# Exclude modules
publish:
- provider: s3
bucket: ledger-live-download-sandbox
region: eu-west-1
acl: public-read