Use appdmg instead of create-dmg

This commit is contained in:
Luis Ángel San Martín
2019-09-01 11:27:45 +02:00
parent ffbe32734e
commit 30c5b0d904
3 changed files with 56 additions and 1 deletions

50
dmg.json Normal file
View File

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