summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" }
+ ]
+}