You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buttonReply=QMessageBox.question(self, 'Updater', "New update available: "+str(myVersion)+" → "+str(version)+"\nDo you wish to update?", QMessageBox.Yes|QMessageBox.No)
508
+
ifversionsandrelease:
509
+
myVersion=versions.get("program", "0.0")
510
+
currVersion=release.get("tag_name", "0.0")
511
+
512
+
ifmyVersion<currVersion:
513
+
buttonReply=QMessageBox.question(self, 'Updater', "New update available: "+myVersion+" → "+currVersion+"\nDo you wish to update?", QMessageBox.Yes|QMessageBox.No)
0 commit comments