调整phserver.sh
This commit is contained in:
@@ -24,7 +24,7 @@ if [ -f /etc/os-release ]; then
|
|||||||
|
|
||||||
# 检查 ablrun 是否可用
|
# 检查 ablrun 是否可用
|
||||||
if command -v ablrun &> /dev/null; then
|
if command -v ablrun &> /dev/null; then
|
||||||
ablrun "${APPIMAGE}" "$@"
|
$(dirname "${BASH_SOURCE[0]}")/usr/bin/ablrun "${APPIMAGE}" "$@"
|
||||||
else
|
else
|
||||||
echo "Warning: ablrun command not available, trying direct execution..."
|
echo "Warning: ablrun command not available, trying direct execution..."
|
||||||
"${APPIMAGE}" "$@"
|
"${APPIMAGE}" "$@"
|
||||||
|
|||||||
0
linux-x64/phserver/sunshine.AppImage
Normal file → Executable file
0
linux-x64/phserver/sunshine.AppImage
Normal file → Executable file
Reference in New Issue
Block a user