-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
65 lines (57 loc) · 1.2 KB
/
electron-builder.yml
File metadata and controls
65 lines (57 loc) · 1.2 KB
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
59
60
61
62
63
64
65
appId: com.kudu.app
productName: Kudu
copyright: Copyright © 2024-2026 Kudu Contributors
directories:
buildResources: resources
output: dist
files:
- out/**/*
extraResources:
- from: resources/icon.ico
to: icon.ico
filter:
- "**/*"
- from: resources/icon.png
to: icon.png
filter:
- "**/*"
win:
target:
- target: nsis
arch:
- x64
icon: resources/icon.ico
requestedExecutionLevel: requireAdministrator
nsis:
oneClick: true
allowToChangeInstallationDirectory: false
deleteAppDataOnUninstall: false
shortcutName: Kudu
artifactName: Kudu-Setup-${version}.${ext}
mac:
target:
- target: dmg
arch:
- x64
- arm64
icon: resources/icon.png
category: public.app-categories.utilities
hardenedRuntime: true
entitlements: resources/entitlements.mac.plist
entitlementsInherit: resources/entitlements.mac.plist
notarize: true
artifactName: Kudu-${version}-${arch}.${ext}
linux:
target:
- target: AppImage
arch:
- x64
- target: deb
arch:
- x64
icon: resources/icons/
category: Utility
artifactName: Kudu-${version}-${arch}.${ext}
publish:
provider: github
releaseType: release