From df07dfdde12738d4b3cfc741ad169e59d2499991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=A8=87?= Date: Tue, 27 Feb 2024 14:57:41 +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 5320f44..cbb98db 100644 --- a/dmg/config.json +++ b/dmg/config.json @@ -1,6 +1,6 @@ { "title": "renamer", - "icon": "./assets/desktop.png", + "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" }