Added osx installer images and appdmg script.

This commit is contained in:
codestation
2016-10-28 19:01:18 -04:00
parent 5236770285
commit e01c404e8f
4 changed files with 10 additions and 0 deletions

10
osx/appdmg.json Normal file
View File

@@ -0,0 +1,10 @@
{
"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" }
]
}

BIN
osx/installer-bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
osx/installer-bg@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
osx/installer.icns Normal file

Binary file not shown.