-
Notifications
You must be signed in to change notification settings - Fork 16
/
electron-builder.yml
55 lines (55 loc) · 1.61 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
appId: com.kraxen72.crankshaft
publish:
- provider: github
publishAutoUpdate: false
win:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
target:
- target: nsis
arch:
- x64
- ia32
- target: portable
arch:
- x64
- ia32
mac:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
target:
- target: dmg
arch:
- x64
linux:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
target:
- target: appImage
arch:
- x64
- ia32
category: game
nsis:
artifactName: ${productName}-setup-${os}-${arch}.${ext}
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
differentialPackage: false
dmg:
writeUpdateInfo: false
deb:
compression: bzip2
files:
- '**/*'
- '!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}'
- '!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}'
- '!**/node_modules/*.d.ts'
- '!**/node_modules/.bin'
- '!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}'
- '!.editorconfig'
- '!.eslintrc.yml'
- '!**/._*'
- '!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}'
- '!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}'
- '!**/{appveyor.yml,.travis.yml,circle.yml,.github}'
- '!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}'
- '!dev-app-update.yml'
# compression: store