mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Title can't be more than 27 characters
This commit is contained in:
parent
8ac5404452
commit
379c6510f0
95
dmg.json
95
dmg.json
@ -1,50 +1,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"
|
||||
"title": "YACReader-#VERSION#.#BUILD_NUMBER##QT_VERSION#",
|
||||
"icon": "icon.icns",
|
||||
"background": "background.png",
|
||||
"window": {
|
||||
"size": {
|
||||
"width": 600,
|
||||
"height": 403
|
||||
}
|
||||
},
|
||||
{
|
||||
"x": 80,
|
||||
"y": 90,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReader.app"
|
||||
},
|
||||
{
|
||||
"x": 235,
|
||||
"y": 90,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibrary.app"
|
||||
},
|
||||
{
|
||||
"x": 470,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibraryServer"
|
||||
},
|
||||
{
|
||||
"x": 120,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/README.md"
|
||||
},
|
||||
{
|
||||
"x": 290,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/COPYING.txt"
|
||||
}
|
||||
]
|
||||
}
|
||||
"icon-size": 128,
|
||||
"contents": [{
|
||||
"x": 485,
|
||||
"y": 90,
|
||||
"type": "link",
|
||||
"path": "/Applications"
|
||||
},
|
||||
{
|
||||
"x": 80,
|
||||
"y": 90,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReader.app"
|
||||
},
|
||||
{
|
||||
"x": 235,
|
||||
"y": 90,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibrary.app"
|
||||
},
|
||||
{
|
||||
"x": 470,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibraryServer"
|
||||
},
|
||||
{
|
||||
"x": 120,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/README.md"
|
||||
},
|
||||
{
|
||||
"x": 290,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/COPYING.txt"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user