Fix AppRun path issue, fixes #12612

This commit is contained in:
Janek Bevendorff
2025-11-08 18:29:43 +01:00
committed by Jonathan White
parent 964bb59f71
commit 947721c620

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash
export PATH="$(dirname $0)/usr/bin:${PATH}"
if [ "$1" == "cli" ] || [ "$(basename "$ARGV0")" == "keepassxc-cli" ] || [ "$(basename "$ARGV0")" == "keepassxc-cli.AppImage" ]; then
[ "$1" == "cli" ] && shift
exec keepassxc-cli "$@"