AppImage: provide LD_LIBRARY_PATH

this fixes libssl1.1 not being found
This commit is contained in:
black-sliver 2022-10-04 23:50:02 +02:00
parent 38b7bdfe60
commit af6a72c3c3
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ tmp="${{exe#*/}}"
if [ ! "${{#tmp}}" -lt "${{#exe}}" ]; then
exe="{default_exe.parent}/$exe"
fi
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$APPDIR/{default_exe.parent}/lib"
$APPDIR/$exe "$@"
""")
launcher_filename.chmod(0o755)