mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update install-uvtools.sh
This commit is contained in:
@@ -61,7 +61,11 @@ if [ "${OSTYPE:0:6}" == "darwin" ]; then
|
||||
echo "arm64: Always run 'bash run-uvtools.sh' from desktop to run UVtools"
|
||||
fi
|
||||
|
||||
[ -f "$appDir/Contents/MacOS/UVtools.sh" ] && bash "$appDir/Contents/MacOS/UVtools.sh" & || open "$appDir"
|
||||
if [ -f "$appDir/Contents/MacOS/UVtools.sh" ]; then
|
||||
bash "$appDir/Contents/MacOS/UVtools.sh" &
|
||||
else
|
||||
open "$appDir"
|
||||
fi
|
||||
fi
|
||||
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user