From fbaa7690c95d1a1812cb9ca47bd2438b1417c220 Mon Sep 17 00:00:00 2001 From: Zhanghu Date: Mon, 3 Nov 2025 15:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4phserver.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux-x64/phserver/phserver.sh | 2 +- linux-x64/phserver/sunshine.AppImage | Bin 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 linux-x64/phserver/sunshine.AppImage 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