forked from seungwon2/Celo-hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
56 lines (48 loc) · 1.14 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
appId: app.celo.wallet
productName: Celo Wallet
directories:
app: dist
output: dist-electron
buildResources: electron/build
protocols:
name: Celo Wallet
schemes:
- celowallet
afterSign: scripts/notarize.js
mac:
artifactName: ${productName}-${version}-${os}.${ext}
category: public.app-category.wallet
hardenedRuntime: true
entitlements: electron/build/mac/entitlements.plist
entitlementsInherit: electron/build/mac/entitlements.plist
target:
- dmg
- zip
linux:
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
category: Finance
target:
- target: AppImage
arch:
- x64
win:
artifactName: ${productName}-${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: installer.ico
uninstallerIcon: installer.ico
publish:
provider: github
owner: celo-tools
repo: celo-web-wallet