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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user