forked from muffinista/before-dawn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.json
37 lines (37 loc) · 882 Bytes
/
build.json
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
{
"osx": {
"title": "Before Dawn",
"background": "assets/installer.png",
"icon": "assets/icon.icns",
"icon-size": 80,
"contents": [
{
"x": 338,
"y": 14,
"type": "link",
"path": "/Applications"
},
{
"x": 192,
"y": 14,
"type": "file"
}
],
"version": "0.7.0"
},
"win": {
"title": "Before Dawn",
"version": "0.7.0",
"icon": "assets/icon.ico",
"verbosity": 1
},
"linux": {
"arch": 64,
"target": "deb",
"version": "0.7.0",
"title": "Before Dawn",
"executable": "before-dawn",
"comment": "Before Dawn",
"maintainer": "Colin Mitchell <[email protected]>"
}
}