Use direct path

This commit is contained in:
JeremyStar™ 2024-06-03 22:42:55 +02:00
parent ee23195164
commit 8143a78e23
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -34,7 +34,7 @@ for app in "${!apps[@]}"; do
done
# Make selection
selection=$(echo -e "${apps_keys}" | launch-menu)
selection=$(echo -e "${apps_keys}" | ${HOME}/.local/bin/launch-menu)
# Execute
# shellcheck disable=SC2086