AppRun file error fixed. AppImage now is usable
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "\$(dirname "\$0")"
|
||||
cd "$(dirname "$0")"
|
||||
export LD_LIBRARY_PATH=usr/lib
|
||||
if [ "$1" == "HiddifyService" ];then
|
||||
exec ./$@
|
||||
else
|
||||
exec ./$appName $@
|
||||
exec ./hiddify $@
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user