mirror of
https://github.com/YACReader/yacreader
synced 2025-07-29 18:35:15 -04:00
Use appdmg instead of create-dmg
This commit is contained in:
50
dmg.json
Normal file
50
dmg.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user