-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
56 lines (50 loc) · 1.19 KB
/
Copy pathelectron-builder.yml
File metadata and controls
56 lines (50 loc) · 1.19 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
appId: info.getcomics.omnibus
productName: Omnibus
asar: true
directories:
output: release
buildResources: build
files:
- out/**
- package.json
mac:
category: public.app-category.entertainment
target:
- target: dmg
arch: [arm64, x64]
- target: zip
arch: [arm64, x64]
# identity: null forces ad-hoc signing of every binary (main exec,
# frameworks, helpers) with an empty Team ID so Apple Silicon's signature-
# match check passes on launch. Without this, only the main exec gets ad-
# hoc signed and the Electron Framework's upstream signature causes a Team
# ID mismatch at load time on arm64.
identity: null
hardenedRuntime: false
gatekeeperAssess: false
icon: build/icon.png
dmg:
writeUpdateInfo: false
win:
target:
- target: nsis
arch: [x64]
- target: portable
arch: [x64]
icon: build/icon.png
nsis:
oneClick: false
allowElevation: true
allowToChangeInstallationDirectory: true
perMachine: false
runAfterFinish: true
linux:
category: AudioVideo
target:
- target: AppImage
arch: [x64]
- target: deb
arch: [x64]
icon: build/icon.png
synopsis: Search and download comics from GetComics
publish: null