From b776d46c4b507e462bedfcd5279dc4ee13bcc56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 22 Sep 2024 20:21:35 +0200 Subject: [PATCH] Remove the build number from the dmg image name to avoid hitting its length limit --- dmg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmg.json b/dmg.json index 2c4caffe..c3ff3ebd 100644 --- a/dmg.json +++ b/dmg.json @@ -1,5 +1,5 @@ { - "title": "YACReader-#VERSION#.#BUILD_NUMBER##QT_VERSION#", + "title": "YACReader-#VERSION#.#QT_VERSION#", "icon": "icon.icns", "background": "background.png", "window": {