mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
parent
64cb1553d0
commit
3d9877a7c7
@ -1266,10 +1266,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
|
||||
|
Loading…
Reference in New Issue
Block a user