From 379c6510f0e30d3254a5cc2f9088730b1d27d1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 12 Sep 2022 21:10:44 +0200 Subject: [PATCH] Title can't be more than 27 characters --- dmg.json | 95 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 47 insertions(+), 48 deletions(-) diff --git a/dmg.json b/dmg.json index d5ba3a78..26540e47 100644 --- a/dmg.json +++ b/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" + } + ] +} \ No newline at end of file