new: add custom AppRun: need forked distributor
This commit is contained in:
9
linux/packaging/appimage/AppRun
Normal file
9
linux/packaging/appimage/AppRun
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "\$(dirname "\$0")"
|
||||
export LD_LIBRARY_PATH=usr/lib
|
||||
if [ $1 == "HiddifyService" ];then
|
||||
exec ./$@
|
||||
else
|
||||
exec ./$appName $@
|
||||
fi
|
||||
Reference in New Issue
Block a user