diff --git a/dev-resources/appdmg.json b/dev-resources/appdmg.json new file mode 100644 index 00000000..937af72e --- /dev/null +++ b/dev-resources/appdmg.json @@ -0,0 +1,9 @@ +{ + "title": "Robinson", + "icon": "images/AppIcon.icns", + "background": "images/RobinsonDmg.png", + "contents": [ + { "x": 418, "y": 334, "type": "link", "path": "/Applications" }, + { "x": 172, "y": 334, "type": "file", "path": "/Applications/Robinson.app" } + ] +} diff --git a/images/RobinsonDmg.png b/images/RobinsonDmg.png new file mode 100644 index 00000000..7ec62332 Binary files /dev/null and b/images/RobinsonDmg.png differ