diff --git a/release-tool b/release-tool index a73dcb08f..d00e9436b 100755 --- a/release-tool +++ b/release-tool @@ -1297,10 +1297,11 @@ appsign() { elif [ "$(uname -o)" == "Msys" ]; then if [[ ! -f "${key}" ]]; then - exitError "Key file was not found!" + exitError "Appsign key file was not found! (${key})" fi - read -s -p "Key password: " password + logInfo "Using appsign key ${key}." + IFS=$'\n' read -s -r -p "Key password: " password echo for f in "${sign_files[@]}"; do