-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
53 lines (44 loc) · 902 Bytes
/
Copy pathelectron-builder.yml
File metadata and controls
53 lines (44 loc) · 902 Bytes
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
appId: com.mnikox.slate
productName: Slate
artifactName: slate-${version}-${os}-${arch}.${ext}
asar: true
directories:
output: dist
buildResources: assets
files:
- out/**
- package.json
- README*
- LICENSE*
extraMetadata:
main: out/main/index.js
extraResources:
- from: assets/icon.png
to: icons/icon.png
linux:
icon: assets/icon.png
target:
- target: AppImage
arch: [x64]
- target: zip
arch: [x64]
mac:
icon: assets/icon.icns
category: public.app-category.utilities
target:
- target: dmg
arch: [arm64, x64]
- target: zip
arch: [arm64, x64]
win:
icon: assets/icon.ico
target:
- target: nsis
arch: [x64]
- target: zip
arch: [x64]
nsis:
artifactName: slate-${version}-win-${arch}-setup.${ext}
installerIcon: assets/icon.ico
uninstallerIcon: assets/icon.ico
installerHeaderIcon: assets/icon.ico