FRESHMusicPlayer/Distribution/app-dmg-spec.json

26 lines
493 B
JSON
Raw Permalink Normal View History

2021-05-02 08:15:01 -04:00
{
"title": "FRESHMusicPlayer",
"background": "app-dmg-background.png",
"icon-size": 48,
"window": {
"size": {
2021-05-02 11:38:33 -04:00
"width": 599,
2021-05-02 08:15:01 -04:00
"height": 420
}
},
"contents": [
{
"x": 125,
"y": 225,
"type": "file",
"path": "FRESHMusicPlayer.app"
},
{
"x": 470,
"y": 225,
"type": "link",
"path": "/Applications"
}
]
}