summaryrefslogtreecommitdiffstats
path: root/appdmg.json
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-05-18 09:04:02 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-05-18 09:04:02 +0200
commita69ac71f00bebaa6a4b3ab6122a836c45e587faa (patch)
tree50f6a438e3d5e65134e8bcd072c58857b6693076 /appdmg.json
parentf5ffe44c9023d75fb659564b07dd65dc2752c01b (diff)
added appdmg config file for shiny .dmg file
Diffstat (limited to 'appdmg.json')
-rw-r--r--appdmg.json12
1 files changed, 12 insertions, 0 deletions
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" }
+ ]
+}