From 91de4457566b1b371de56d05f2ed95e058ca2e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 1 Sep 2019 12:30:23 +0200 Subject: [PATCH] Remove hardcoded version committed by mistake --- dmg.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dmg.json b/dmg.json index 17a86537..4fbba0e3 100644 --- a/dmg.json +++ b/dmg.json @@ -20,31 +20,31 @@ "x": 80, "y": 90, "type": "file", - "path": "YACReader-9.5.0 MacOSX-Intel/YACReader.app" + "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/YACReader.app" }, { "x": 235, "y": 90, "type": "file", - "path": "YACReader-9.5.0 MacOSX-Intel/YACReaderLibrary.app" + "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/YACReaderLibrary.app" }, { "x": 470, "y": 295, "type": "file", - "path": "YACReader-9.5.0 MacOSX-Intel/YACReaderLibraryServer" + "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/YACReaderLibraryServer" }, { "x": 120, "y": 295, "type": "file", - "path": "YACReader-9.5.0 MacOSX-Intel/README.md" + "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/README.md" }, { "x": 290, "y": 295, "type": "file", - "path": "YACReader-9.5.0 MacOSX-Intel/COPYING.txt" + "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel/COPYING.txt" } ] } \ No newline at end of file