From ab14f943e7470bb756bd2c7aea6d097ea618f7af Mon Sep 17 00:00:00 2001 From: William Isted <5830878+WilliamIsted@users.noreply.github.com> Date: Wed, 2 Apr 2025 10:51:56 +0100 Subject: [PATCH] Update hidpi.command Enclose command in double quotes to allow spaces within directory names. Fixes #258 --- hidpi.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hidpi.command b/hidpi.command index 1607b88..1a9fc79 100755 --- a/hidpi.command +++ b/hidpi.command @@ -2,5 +2,5 @@ DIR="$( cd "$( dirname "$0" )" && pwd )" -$DIR/hidpi.sh +"$DIR/hidpi.sh"