Skip to content

Commit

Permalink
Add appdmg json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbengtsson committed Jun 27, 2024
1 parent 52bec23 commit 7b01f93
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appdmg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title": "Airdash",
"contents": [
{ "x": 250, "y": 100, "type": "link", "path": "/Applications" },
{
"x": 100,
"y": 100,
"type": "file",
"path": "build/macos/Build/Products/Release/AirDash.app"
}
]
}

0 comments on commit 7b01f93

Please sign in to comment.