diff --git a/UVtools.WPF/UVtools.sh b/UVtools.WPF/UVtools.sh index 22f9f24..9738bd6 100644 --- a/UVtools.WPF/UVtools.sh +++ b/UVtools.WPF/UVtools.sh @@ -24,7 +24,7 @@ run_app_dotnet(){ if [ "${OSTYPE:0:6}" == "darwin" ]; then if [ "$arch" == "arm64" ]; then run_app_dotnet - elif [ -d "$path/../../../UVtools.app" ] + elif [ -d "$path/../../../UVtools.app" ]; then open "$path/../../../UVtools.app" else run_app_normal