调整phserver.sh

This commit is contained in:
Zhanghu
2025-11-03 15:41:42 +08:00
parent 726934bc3f
commit fbaa7690c9
2 changed files with 1 additions and 1 deletions

View File

@@ -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}" "$@"

0
linux-x64/phserver/sunshine.AppImage Normal file → Executable file
View File