-
Notifications
You must be signed in to change notification settings - Fork 0
/
electron-builder.yml
49 lines (47 loc) · 1.02 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
appId: com.promisepending.bluestation.whatspending
productName: Whats<Pending>
copyright: Copyright © 2019 - 2024 BlueStation
artifactName: WP-${os}-${arch}-${version}.${ext}
directories:
output: dist
buildResources: resources
asar: true
files:
- "main/**/*"
- "resources/**/*"
- "renderer/.next/**/*"
- "!**/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"
- "!dist"
- "!electron"
- "!README.md"
- "!CHANGELOG.md"
asarUnpack:
- "renderer/.next/**/*"
- "**/node_modules/next/**/*"
icon: icon.png
win:
target:
- target: nsis
arch:
- x64
- ia32
nsis:
allowToChangeInstallationDirectory: true
oneClick: false
linux:
target:
- target: AppImage
arch:
- x64
- target: deb
arch:
- x64
category: AudioVideo
mac:
target:
- target: dmg
category: public.app-category.entertainment
publish: null