diff --git a/dmg/config.json b/dmg/config.json index 8f457d5..5320f44 100644 --- a/dmg/config.json +++ b/dmg/config.json @@ -3,6 +3,6 @@ "icon": "./assets/desktop.png", "contents": [ { "x": 448, "y": 344, "type": "link", "path": "/Applications" }, - { "x": 192, "y": 344, "type": "file", "path": "../../build/macos/Build/Products/Release/renamer.app" } + { "x": 192, "y": 344, "type": "file", "path": "../build/macos/Build/Products/Release/renamer.app" } ] } \ No newline at end of file