yacreader/dmg.json
Luis Ángel San Martín Rodríguez d5dc5fbecf Update dmg.json to include the Qt flavor
2022-09-12 19:24:56 +02:00

51 lines
1.1 KiB
JSON

{
"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-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"
}
]
}