From 5d61dadbd337981e2703eb2104bb9e5c436e1249 Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Fri, 27 Nov 2020 00:13:36 -0600 Subject: [PATCH] Fix macOS build error x2 --- Serial-Studio.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Serial-Studio.pro b/Serial-Studio.pro index 7cdc5760..2307afc2 100644 --- a/Serial-Studio.pro +++ b/Serial-Studio.pro @@ -86,7 +86,7 @@ macx* { dmg.commands += "create-dmg \ --volname $${TARGET} \ --background $${PWD}/deploy/macOS/dmg_bg.png \ - --icon $${BUNDLE_FILENAME} 150 218 \ + --icon \"$${BUNDLE_FILENAME}\" 150 218 \ --window-pos 200 120 \ --window-size 600 450 \ --icon-size 100 \