generated from ExpTechTW/Example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelectron-builder.yml
57 lines (52 loc) · 1.01 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
productName: TREM-Lite
appId: tw.exptech.trem_lite
directories:
output: dist
buildResources: resources
asar: false
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
win:
protocols:
- name: TREM Lite Protocol
schemes:
- trem-lite
target:
- target: nsis
arch:
- x64
- ia32
icon: ./src/TREM.ico
publish: null
mac:
compression: "maximum"
protocols:
- name: TREM Lite Protocol
schemes:
- trem-lite
category: public.app-category.productivity
icon: ./src/TREM.png
publish: null
hardenedRuntime: true
target:
- target: dmg
arch:
- x64
- arm64
gatekeeperAssess: false
entitlements: entitlements.mac.plist
entitlementsInherit: entitlements.mac.plist
linux:
protocols:
- name: TREM Lite Protocol
schemes:
- trem-lite
category: Development
icon: ./src/TREM.png
target:
- target: deb
arch:
- x64
- arm64
publish: null
extraMetadata:
main: ./src/main.js