forked from LedgerHQ/ledger-live-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder-ci.yml
47 lines (41 loc) · 1011 Bytes
/
electron-builder-ci.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
appId: com.ledger.live
protocols:
name: Ledger Live
schemes:
- ledgerlive
mac:
artifactName: ${name}-${version}-${os}.${ext}
category: public.app-category.wallet
target:
- dmg
linux:
artifactName: ${name}-${version}-${os}-${arch}.${ext}
category: Finance
target:
- target: AppImage
arch:
- x64
win:
artifactName: ${name}-${version}-${os}-${arch}.${ext}
icon: build/windows/app.ico
verifyUpdateCodeSignature: false
signAndEditExecutable: false
target:
- target: nsis
arch:
- x64
nsis:
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
installerIcon: build/windows/installer.ico
installerSidebar: build/windows/installerSidebar.bmp
uninstallerIcon: build/windows/uninstaller.ico
uninstallerSidebar: build/windows/uninstallerSidebar.bmp
files:
# Include files
- .webpack/**/*
# Exclude files
- "!node_modules/sodium-native/prebuilds"
- "!node_modules/sodium-native/tmp"
# Exclude modules