mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
parent
def08ac1db
commit
6248697443
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue