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

View File

@@ -29,6 +29,9 @@ categories:
startup_notify: true startup_notify: true
app_run_content: "
Hi
"
# You can specify the shared libraries that you want to bundle with your app # You can specify the shared libraries that you want to bundle with your app
# #
# flutter_distributor automatically detects the shared libraries that your app # flutter_distributor automatically detects the shared libraries that your app