forked from theia-ide/yangster-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
54 lines (50 loc) · 989 Bytes
/
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
productName: Yangster
appId: theia.yangster
asar: false
directories:
buildResources: resources
files:
- 'src-gen/**/*'
- 'lib/**/*'
- 'node_modules/**/*'
- package.json
win:
target:
- nsis
mac:
target:
- dmg
linux:
target:
- deb
- AppImage
category: Development
icon: resources/icons
nsis:
menuCategory: true
oneClick: false
perMachine: true
installerHeaderIcon: resources/icon.ico
installerIcon: resources/icon.ico
uninstallerIcon: resources/icon.ico
installerSidebar: resources/installerSidebar.bmp
uninstallerSidebar: resources/installerSidebar.bmp
allowToChangeInstallationDirectory: true
runAfterFinish: false
artifactName: ${productName}-Installer-${version}.${ext}
dmg:
background: resources/dmgInstaller.tiff
icon: resources/icon.icns
iconSize: 128
contents:
-
x: 380
y: 240
type: link
path: /Applications
-
x: 122
y: 240
type: file
publish:
provider: github