new: add custom AppRun: need forked distributor

This commit is contained in:
Hiddify-com
2024-02-09 16:04:48 +01:00
parent 775cbec6ee
commit 146d95205d
2 changed files with 12 additions and 0 deletions

View 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