aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/osx/dmg_spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/osx/dmg_spec.json')
-rw-r--r--deploy/osx/dmg_spec.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/deploy/osx/dmg_spec.json b/deploy/osx/dmg_spec.json
new file mode 100644
index 000000000..c43312496
--- /dev/null
+++ b/deploy/osx/dmg_spec.json
@@ -0,0 +1,10 @@
+{
+ "title": "Mist Installer",
+ "icon": "Mist.icns",
+ "background": "background.png",
+ "icon-size": 144,
+ "contents": [
+ { "x": 900, "y": 244, "type": "link", "path": "/Applications" },
+ { "x": 140, "y": 244, "type": "file", "path": "Mist.app" }
+ ]
+}