Dialog update when app is already at the latest version

Not sure I use the correct values in the `updateDialog` call, but it works fine.
This commit is contained in:
Søren Theilgaard
2022-08-19 11:10:04 +02:00
parent 834780a294
commit 7bf47ff9e5

View File

@@ -155,6 +155,10 @@ if [[ -n $appNewVersion ]]; then
printlog "notifying"
displaynotification "$message" "No update for $name!"
fi
if [[ $DIALOG_CMD_FILE != "" ]]; then
updateDialog "complete" "Latest version already installed..."
sleep 2
fi
cleanupAndExit 0 "No newer version." REQ
fi
else