From abfd4231620722a5ab101401c50c83ed104cc689 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=99=E5=A8=87?=
Date: Tue, 27 Feb 2024 14:53:07 +0800
Subject: [PATCH] mac fix
---
dmg/config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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