From 7b01f936b63c92d9229e53dacaa509ae1a0f5268 Mon Sep 17 00:00:00 2001 From: Simon Bengtsson Date: Thu, 27 Jun 2024 09:07:47 +0200 Subject: [PATCH] Add appdmg json --- appdmg.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appdmg.json diff --git a/appdmg.json b/appdmg.json new file mode 100644 index 0000000..be9cc1e --- /dev/null +++ b/appdmg.json @@ -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" + } + ] +}