-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelectron-builder.yml
58 lines (58 loc) · 1.46 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
56
57
58
appId: io.senpa.client
win:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
target:
- target: nsis
arch:
- x64
- ia32
- arm64
- target: portable
arch:
- x64
- ia32
- arm64
mac:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
target:
- target: dmg
arch:
- x64
- arm64
linux:
artifactName: ${productName}-portable-${os}-${arch}.${ext}
icon: ./build/icon.png
target:
- target: appImage
arch:
- x64
- arm64
- target: deb
arch:
- x64
- arm64
- target: rpm
arch:
- x64
- arm64
category: game
nsis:
artifactName: ${productName}-setup-${os}-${arch}.${ext}
oneClick: false
perMachine: true
allowToChangeInstallationDirectory: true
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,.eslintrc}"
- "!**/{__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}"
# compression: store