Skip to content

Commit

Permalink
Adds Mac DMG file definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Didron committed Jun 12, 2019
1 parent 2b1f236 commit d960a4f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/osx/dmg.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit d960a4f

Please sign in to comment.