-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
46 lines (46 loc) · 1023 Bytes
/
electron-builder.yml
File metadata and controls
46 lines (46 loc) · 1023 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
appId: com.kraxen72.crankshaft
publish:
- provider: github
publishAutoUpdate: false
win:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
target:
- target: nsis
arch:
- x64
- target: portable
arch:
- x64
- target: zip
arch:
- x64
mac:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
target:
- target: dmg
arch:
- x64
- arm64
linux:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
target:
- target: appImage
arch:
- x64
category: game
nsis:
artifactName: ${productName}-setup-${os}-${arch}.${ext}
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
differentialPackage: false
dmg:
writeUpdateInfo: false
files:
- 'app/*'
- 'assets/*'
- 'build/*'
- 'package.json'
- 'README.md'
- 'LICENSE'
# compression: store