-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
70 lines (61 loc) · 1.31 KB
/
electron-builder.yml
File metadata and controls
70 lines (61 loc) · 1.31 KB
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
69
70
appId: 'com.electron.lnked.${name}'
productName: React App
artifactName: '${productName}-${version}-${platform}.${ext}'
asar: true
directories:
output: release
buildResources: dest
electronVersion: 7.1.6
files:
- dest/**/*
mac:
category: public.app-category.utilities
icon: dest/icons/mac/app.icns
identity: null
target:
- target: dmg
arch:
- x64
- target: zip
arch:
- x64
dmg:
title: '${productName}'
background: dest/icons/png/1024x1024.png
icon: dest/icons/mac/app.icns
iconSize: 128
win:
target:
- target: nsis
arch:
- x64
- ia32
- target: portable
arch:
- x64
- ia32
icon: dest/icons/win/app.ico
nsis:
oneClick: false
perMachine: true
menuCategory: true
runAfterFinish: false
deleteAppDataOnUninstall: true
installerIcon: dest/icons/win/app.ico
uninstallerIcon: dest/icons/win/app.ico
installerHeaderIcon: dest/icons/win/app.ico
# installerSidebar: dest/icons/png/1024x1024.png
# uninstallerSidebar: dest/icons/png/1024x1024.png
allowToChangeInstallationDirectory: true
linux:
target:
- target: AppImage
arch:
- x64
- ia32
icon: dest/icons/png/512x512.png
synopsis: Project Synopsis
category: Utility
appImage:
synopsis: Project Synopsis
category: Utility