From 98b798c7ca9b2c6adab764c48404dc9890218725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Tue, 18 Jul 2023 10:15:51 +0200 Subject: [PATCH] Fix wrong dmg.json pushed --- dmg.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dmg.json b/dmg.json index 32b28981..2c4caffe 100644 --- a/dmg.json +++ b/dmg.json @@ -1,5 +1,5 @@ { - "title": "YACReader-9.14.0.0Qt6", + "title": "YACReader-#VERSION#.#BUILD_NUMBER##QT_VERSION#", "icon": "icon.icns", "background": "background.png", "window": { @@ -19,31 +19,31 @@ "x": 80, "y": 90, "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, "y": 90, "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, "y": 295, "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, "y": 295, "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, "y": 295, "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" } ] }