Fix wrong dmg.json pushed

This commit is contained in:
Luis Ángel San Martín Rodríguez 2023-07-18 10:15:51 +02:00
parent 06aea1c819
commit 98b798c7ca

View File

@ -1,5 +1,5 @@
{ {
"title": "YACReader-9.14.0.0Qt6", "title": "YACReader-#VERSION#.#BUILD_NUMBER##QT_VERSION#",
"icon": "icon.icns", "icon": "icon.icns",
"background": "background.png", "background": "background.png",
"window": { "window": {
@ -19,31 +19,31 @@
"x": 80, "x": 80,
"y": 90, "y": 90,
"type": "file", "type": "file",
"path": "YACReader-9.14.0.0 MacOSX-Apple Qt6/YACReader.app" "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/YACReader.app"
}, },
{ {
"x": 235, "x": 235,
"y": 90, "y": 90,
"type": "file", "type": "file",
"path": "YACReader-9.14.0.0 MacOSX-Apple Qt6/YACReaderLibrary.app" "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/YACReaderLibrary.app"
}, },
{ {
"x": 470, "x": 470,
"y": 295, "y": 295,
"type": "file", "type": "file",
"path": "YACReader-9.14.0.0 MacOSX-Apple Qt6/YACReaderLibraryServer" "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/YACReaderLibraryServer"
}, },
{ {
"x": 120, "x": 120,
"y": 295, "y": 295,
"type": "file", "type": "file",
"path": "YACReader-9.14.0.0 MacOSX-Apple Qt6/README.md" "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/README.md"
}, },
{ {
"x": 290, "x": 290,
"y": 295, "y": 295,
"type": "file", "type": "file",
"path": "YACReader-9.14.0.0 MacOSX-Apple Qt6/COPYING.txt" "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-#ARCH_NAME# #QT_VERSION#/COPYING.txt"
} }
] ]
} }