forked from YACReader/yacreader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dmg.json
49 lines (49 loc) · 1.35 KB
/
dmg.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
38
39
40
41
42
43
44
45
46
47
48
49
{
"title": "YACReader-#VERSION#.#BUILD_NUMBER##QT_VERSION#",
"icon": "icon.icns",
"background": "background.png",
"window": {
"size": {
"width": 600,
"height": 403
}
},
"icon-size": 128,
"contents": [{
"x": 485,
"y": 90,
"type": "link",
"path": "/Applications"
},
{
"x": 80,
"y": 90,
"type": "file",
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/YACReader.app"
},
{
"x": 235,
"y": 90,
"type": "file",
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/YACReaderLibrary.app"
},
{
"x": 470,
"y": 295,
"type": "file",
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/YACReaderLibraryServer"
},
{
"x": 120,
"y": 295,
"type": "file",
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/README.md"
},
{
"x": 290,
"y": 295,
"type": "file",
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/COPYING.txt"
}
]
}