forked from LedgerHQ/ledger-live-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
58 lines (50 loc) · 1.24 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
appId: com.ledger.live
protocols:
name: Ledger Live
schemes:
- ledgerlive
afterSign: scripts/notarize.js
mac:
artifactName: ${name}-${version}-${os}.${ext}
category: public.app-category.wallet
hardenedRuntime: true
entitlements: build/mac/entitlements.plist
entitlementsInherit: build/mac/entitlements.plist
target:
- dmg
- zip
# appImage:
# systemIntegration: doNotAsk
linux:
# asarUnpack:
# - node_modules/@ledgerhq/ledger-core
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
certificateSubjectName: Ledger SAS
certificateSha1: 7DD9ACB2EF0402883C65901EBBAFD06E5293D391
signingHashAlgorithms:
- sha256
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
# Exclude modules