diff --git a/AppRun b/AppRun index 627150a..94e5a3f 100755 --- a/AppRun +++ b/AppRun @@ -7,6 +7,7 @@ for opt in "$@"; do fi done +source "${APPDIR}/import-ssl.sh" export COGNAC_HELP_APPEND="$(echo -en '\t--bash-completion\tprint bash completion(appimage only)\n\t--appimage-help\t\tappimage helps')" LD_LIBRARY_PATH=${APPDIR}/usr/lib/ "${APPDIR}/usr/bin/____cli_name____" "$@"