mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Escape $ sign
This commit is contained in:
@@ -60,7 +60,7 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then
|
||||
run_script="$HOME/Desktop/run-uvtools"
|
||||
|
||||
echo "#!/bin/bash
|
||||
cd \"$(dirname \"$0\")\"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user