diff --git a/linux-x64/phserver/phserver.sh b/linux-x64/phserver/phserver.sh index 0102847..9680206 100755 --- a/linux-x64/phserver/phserver.sh +++ b/linux-x64/phserver/phserver.sh @@ -24,7 +24,7 @@ if [ -f /etc/os-release ]; then # 检查 ablrun 是否可用 if command -v ablrun &> /dev/null; then - ablrun "${APPIMAGE}" "$@" + $(dirname "${BASH_SOURCE[0]}")/usr/bin/ablrun "${APPIMAGE}" "$@" else echo "Warning: ablrun command not available, trying direct execution..." "${APPIMAGE}" "$@" diff --git a/linux-x64/phserver/sunshine.AppImage b/linux-x64/phserver/sunshine.AppImage old mode 100644 new mode 100755