mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-05 22:04:39 +01:00
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:
@@ -155,6 +155,10 @@ if [[ -n $appNewVersion ]]; then
|
|||||||
printlog "notifying"
|
printlog "notifying"
|
||||||
displaynotification "$message" "No update for $name!"
|
displaynotification "$message" "No update for $name!"
|
||||||
fi
|
fi
|
||||||
|
if [[ $DIALOG_CMD_FILE != "" ]]; then
|
||||||
|
updateDialog "complete" "Latest version already installed..."
|
||||||
|
sleep 2
|
||||||
|
fi
|
||||||
cleanupAndExit 0 "No newer version." REQ
|
cleanupAndExit 0 "No newer version." REQ
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user