fix args parsing

This commit is contained in:
Nikita Galaiko 2023-07-31 16:14:35 +02:00
parent 4ccf148035
commit c4e49dbbd9

View File

@ -146,7 +146,7 @@ while [[ $# -gt 0 ]]; do
shift
shift
;;
--appimage-key-id)
--appimage-key-passphrase)
APPIMAGE_KEY_PASSPHRASE="$2"
shift
shift