Merge pull request #658 from Theile/Dialog-additions

Dialog update when app is already at the latest version
This commit is contained in:
Søren Theilgaard
2022-09-30 21:30:34 +02:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -183,6 +183,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