From cebbc62f93c56b3d5765715de6990d23d1777a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sun, 23 Oct 2022 05:24:48 +0100 Subject: Update install-uvtools.sh --- Scripts/install-uvtools.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Scripts/install-uvtools.sh b/Scripts/install-uvtools.sh index 4816e00..b75952e 100644 --- a/Scripts/install-uvtools.sh +++ b/Scripts/install-uvtools.sh @@ -59,18 +59,18 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then if [ "$arch_name" == "arm64" ]; then run_script="$HOME/Desktop/run-uvtools" - echo "#!/bin/bash -cd \"$(dirname \"\$0\")\" + echo '#!/bin/bash +cd "$(dirname "$0")"'" if [ -f \"$appPath/Contents/MacOS/UVtools.sh\" ]; then bash \"$appPath/Contents/MacOS/UVtools.sh\" & elif [ -f \"UVtools.app/Contents/MacOS/UVtools.sh\" ]; then bash \"UVtools.app/Contents/MacOS/UVtools.sh\" & else - echo Error: UVtools.app not found on known paths + echo 'Error: UVtools.app not found on known paths' exit -1 fi -echo \"You can now close this terminal window.\" +echo 'You can now close this terminal window.' " > "$run_script" chmod a+x "$run_script" -- cgit v1.2.3