Remove the build number from the dmg image name to avoid hitting its length limit

This commit is contained in:
Luis Ángel San Martín 2024-09-22 20:21:35 +02:00
parent 5f989de1e6
commit b776d46c4b

View File

@ -1,5 +1,5 @@
{ {
"title": "YACReader-#VERSION#.#BUILD_NUMBER##QT_VERSION#", "title": "YACReader-#VERSION#.#QT_VERSION#",
"icon": "icon.icns", "icon": "icon.icns",
"background": "background.png", "background": "background.png",
"window": { "window": {