-
-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy pathelectron-builder.yml
94 lines (94 loc) · 2.06 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
directories:
output: dist
buildResources: build
buildVersion: '56'
asar: true
mac:
appId: com.todotxt.sleek
target:
target: default
arch:
- arm64
- x64
fileAssociations:
- ext:
- txt
- md
role: Editor
isPackage: false
rank: Owner
icon: ./resources/icon.icns
type: distribution
hardenedRuntime: true
gatekeeperAssess: false
category: public.app-category.productivity
artifactName: ${productName}-${version}-mac-${arch}.${ext}
darkModeSupport: true
dmg:
window:
width: 550
height: 400
x: 130
y: 410
masDev:
entitlements: ./build/entitlements.mas.plist
entitlementsInherit: ./build/entitlements.mas.inherit.plist
provisioningProfile: ./build/development.provisionprofile
mas:
entitlements: ./build/entitlements.mas.plist
entitlementsInherit: ./build/entitlements.mas.inherit.plist
provisioningProfile: ./build/distribution.provisionprofile
win:
target:
- target: zip
arch:
- arm64
- x64
- ia32
- target: portable
arch:
- arm64
- x64
- ia32
- target: nsis
arch:
- arm64
- x64
- ia32
- target: appx
arch:
- arm64
- x64
- ia32
icon: ./resources/icon.ico
artifactName: ${productName}-${version}-win-${arch}.${ext}
nsis:
artifactName: ${productName}-${version}-win-${arch}-Setup.${ext}
appx:
displayName: sleek - todo.txt manager for Windows, free and open-source (FOSS)
identityName: 17450RobinAhle.sleektodomanager
publisher: CN=2B3D4037-FF2E-4C36-84A6-CFF49F585C0C
publisherDisplayName: ransome1
applicationId: RobinAhle.sleektodomanager
linux:
icon: ./resources/icon
category: ProjectManagement
artifactName: ${productName}-${version}-linux-${arch}.${ext}
target:
- target: deb
arch:
- arm64
- x64
- target: freebsd
arch:
- arm64
- x64
- target: rpm
arch:
- arm64
- x64
- target: AppImage
arch:
- arm64
- x64
electronVersion: 34.0.0