-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
55 lines (48 loc) · 1.1 KB
/
electron-builder.yml
File metadata and controls
55 lines (48 loc) · 1.1 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
directories:
output: binaries
buildResources: build
appId: io.syncpoint.odin.v2
productName: "ODINv2"
copyright: ${author} https://syncpoint.io
asarUnpack: "**/*.node"
win:
target:
- target: nsis
arch:
- x64
icon: 'build/icon.ico'
signtoolOptions:
certificateSubjectName: 'Syncpoint GmbH'
certificateSha1: 'BAEDE2D879711151FAFF7E5B11AC2F339A7E4096'
nsis:
perMachine: false
oneClick: false
mac:
target: default
entitlements: 'build/entitlements.mac.plist'
entitlementsInherit: 'build/entitlements.mac.plist'
notarize: true
linux:
target:
- target: AppImage
- target: snap
icon: 'build/icons'
category: 'Office'
files:
- 'dist'
snap:
confinement: strict
environment:
ODIN_SELF_UPDATE: 0
grade: stable
summary: "Open Source Command and Control Information System"
description: |
ODIN is an Open Source Command and Control Information System (C2IS)
for planning and conducting military or civilian operations.
plugs:
- default
- removable-media
publish:
- provider: github
releaseType: release
electronVersion: 38.8.0