diff --git a/generateDMG.json b/generateDMG.json
new file mode 100644
index 0000000000000000000000000000000000000000..f9b742ba3220a7ea5809362999fb5a7fd1450fec
--- /dev/null
+++ b/generateDMG.json
@@ -0,0 +1,10 @@
+{
+  "title": "Ring",
+  "contents": [
+    { "x": 100, "y": 120, "type": "file", "path": "build-local/Ring.app"},
+    { "x": 500, "y": 120, "type": "link", "path": "/Applications" }
+  ],
+  "window": {
+    "size" : {"width" : 600, "height" : 300}
+  }
+}