From a69ac71f00bebaa6a4b3ab6122a836c45e587faa Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Mon, 18 May 2015 09:04:02 +0200 Subject: added appdmg config file for shiny .dmg file --- appdmg.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appdmg.json (limited to 'appdmg.json') diff --git a/appdmg.json b/appdmg.json new file mode 100644 index 00000000..02c629a1 --- /dev/null +++ b/appdmg.json @@ -0,0 +1,12 @@ +{ + "title": "QtPass", + "icon": "artwork/icon.icns", + "background": "artwork/icon.png", + "icon-size": 80, + "contents": [ + { "x": 64, "y": 64, "type": "file", "path": "QtPass.app" }, + { "x": 448, "y": 64, "type": "link", "path": "/Applications" }, + { "x": 64, "y": 448, "type": "file", "path": "README.rtf" }, + { "x": 448, "y": 448, "type": "file", "path": "LICENSE" } + ] +} -- cgit v1.2.3