mirror of
https://github.com/YACReader/yacreader
synced 2025-07-24 16:05:01 -04:00
Update dmg.json to include the Qt flavor
This commit is contained in:
committed by
Luis Ángel San Martín
parent
879a0fb262
commit
d5dc5fbecf
14
dmg.json
14
dmg.json
@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "YACReader-#VERSION#.#BUILD_NUMBER#",
|
||||
"title": "YACReader-#VERSION#.#BUILD_NUMBER# #QT_VERSION#",
|
||||
"icon": "icon.icns",
|
||||
"background": "background.png",
|
||||
"window": {
|
||||
@ -20,31 +20,31 @@
|
||||
"x": 80,
|
||||
"y": 90,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/YACReader.app"
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReader.app"
|
||||
},
|
||||
{
|
||||
"x": 235,
|
||||
"y": 90,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/YACReaderLibrary.app"
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibrary.app"
|
||||
},
|
||||
{
|
||||
"x": 470,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/YACReaderLibraryServer"
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibraryServer"
|
||||
},
|
||||
{
|
||||
"x": 120,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/README.md"
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/README.md"
|
||||
},
|
||||
{
|
||||
"x": 290,
|
||||
"y": 295,
|
||||
"type": "file",
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/COPYING.txt"
|
||||
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/COPYING.txt"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user