Files
qcma/buildscripts/macos/appdmg.json
2016-11-20 20:38:20 -04:00

11 lines
268 B
JSON

{
"title": "Qcma Installer",
"icon": "installer.icns",
"background": "installer-bg.png",
"icon-size": 80,
"contents": [
{ "x": 456, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 182, "y": 344, "type": "file", "path": "Qcma.app" }
]
}