-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
electron-builder.yml
59 lines (54 loc) · 1.58 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
59
directories:
buildResources: buildResources
output: dist
extraResources: ["tools", "external-resources", 'firmwares', "statics", "drivers"]
appId: 'openblock.cc.openblock-agent'
productName: "OpenBlock Agent"
publish: # empty provider list = don't publish
artifactName: "OpenBlock-Agent_v${version}_${os}_${arch}.${ext}"
mac:
category: public.app-category.education
entitlements: buildResources/entitlements.mac.plist
gatekeeperAssess: true
hardenedRuntime: true
icon: buildResources/OpenblockAgent.icns
provisioningProfile: embedded.provisionprofile
target:
- dmg
# - mas
dmg:
title: "OpenBlock Agent ${version}"
# mas:
# category: public.app-category.education
# entitlements: buildResources/entitlements.mas.plist
# entitlementsInherit: buildResources/entitlements.mas.inherit.plist
# hardenedRuntime: false
# icon: buildResources/OpenblockAgent.icns
win:
icon: buildResources/OpenblockAgent.ico
target:
# - appx
- nsis
# appx:
# identityName: OpenBlock.OpenblockAgent
# publisherDisplayName: "OpenBlock"
# publisher: "CN=2EC43DF1-469A-4119-9AB9-568A0A1FF65F"
# artifactName: "OpenBlock Agent ${version}.${ext}"
nsis:
oneClick: false # allow user to choose per-user or per-machine
allowToChangeInstallationDirectory: true
include: buildResources/installer.nsh
# license: LICENSE
linux:
category: Education
icon: buildResources/linux
desktop:
- Encoding: UTF-8
- Name: OpenBlockAgent
- Icon: openblock-agent
- Type: Application
- Terminal: false
target:
- deb
deb:
depends: ["libnotify4", "libxtst6", "libnss3"]