Title can't be more than 27 characters

This commit is contained in:
Luis Ángel San Martín 2022-09-12 21:10:44 +02:00
parent 8ac5404452
commit 379c6510f0

View File

@ -1,50 +1,49 @@
{ {
"title": "YACReader-#VERSION#.#BUILD_NUMBER# #QT_VERSION#", "title": "YACReader-#VERSION#.#BUILD_NUMBER##QT_VERSION#",
"icon": "icon.icns", "icon": "icon.icns",
"background": "background.png", "background": "background.png",
"window": { "window": {
"size": { "size": {
"width": 600, "width": 600,
"height": 403 "height": 403
} }
},
"icon-size": 128,
"contents": [
{
"x": 485,
"y": 90,
"type": "link",
"path": "/Applications"
}, },
{ "icon-size": 128,
"x": 80, "contents": [{
"y": 90, "x": 485,
"type": "file", "y": 90,
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReader.app" "type": "link",
}, "path": "/Applications"
{ },
"x": 235, {
"y": 90, "x": 80,
"type": "file", "y": 90,
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibrary.app" "type": "file",
}, "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReader.app"
{ },
"x": 470, {
"y": 295, "x": 235,
"type": "file", "y": 90,
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibraryServer" "type": "file",
}, "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibrary.app"
{ },
"x": 120, {
"y": 295, "x": 470,
"type": "file", "y": 295,
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/README.md" "type": "file",
}, "path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/YACReaderLibraryServer"
{ },
"x": 290, {
"y": 295, "x": 120,
"type": "file", "y": 295,
"path": "YACReader-#VERSION#.#BUILD_NUMBER# MacOSX-Intel #QT_VERSION#/COPYING.txt" "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"
}
]
}