summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <florian@111studio.jp>2019-06-12 22:59:37 +0900
committerFlorian Didron <florian@111studio.jp>2019-06-12 22:59:37 +0900
commitd960a4ff319e4108a95dda055f71cb8bd3f8fc37 (patch)
tree6b0e8ca3cf5cf01f28e3eac44864cac6bec11bd5
parent2b1f2364f04f5538c951d6b5d62dee51a2c94dc3 (diff)
Adds Mac DMG file definition1.0.2-win1.0.1-osx
-rw-r--r--dist/osx/dmg.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/osx/dmg.json b/dist/osx/dmg.json
new file mode 100644
index 0000000..194de68
--- /dev/null
+++ b/dist/osx/dmg.json
@@ -0,0 +1,15 @@
+{
+ "title": "Wally",
+ "icon": "Wally.app/Contents/Resources/wally.icns",
+ "contents": [
+ { "x": 50, "y": 50, "type": "file", "path": "wally-cli" },
+ { "x": 50, "y": 242, "type": "file", "path": "Wally.app" },
+ { "x": 242, "y": 147, "type": "link", "path": "/Applications" }
+ ],
+ "window": {
+ "size": {
+ "width": 400,
+ "height": 350
+ }
+ }
+}