-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelectron-builder.yml
58 lines (49 loc) · 1.34 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: com.dekitarpg.uemodhub
productName: UE Mod Hub
copyright: Copyright © 2024-Present DekitaRPG@gmail.com
compression: maximum
directories:
output: build-output
buildResources: resources
files:
- '**/app/**/*'
- '**/package.json'
- '!**/scripts/**' # Exclude the scripts folder
- '!**/renderer/**' # Exclude the renderer folder
- '!**/resources/**' # Exclude the resources folder
- '!**/resources/uncompressed-public-images/**/*' # Exclude the uncompressed folder
- '!**/.vscode/*'
- '!**/cache/**'
- '!**/main/**'
- '!**/*.map'
- "!**/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"
# - from: resources/vbs
extraFiles:
- from: node_modules/regedit/vbs
to: resources/vbs
- from: resources/app-mods
to: resources/app-mods
publish:
releaseType: release
repo: ue-mod-hub
provider: github
owner: dekita
win:
target: nsis
icon: resources/images/icon.ico
linux:
target: AppImage
icon: resources/images/icon.png
category: Utility
nsis:
allowToChangeInstallationDirectory: true
uninstallerIcon: resources/images/icon.ico
installerIcon: resources/images/icon.ico
license: LICENSE
perMachine: true
oneClick: false
appImage:
license: LICENSE