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, 0 insertions, 10 deletions
diff --git a/deploy/osx/dmg_spec.json b/deploy/osx/dmg_spec.json
deleted file mode 100644
index c43312496..000000000
--- a/deploy/osx/dmg_spec.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "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" }
- ]
-}