Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickey758 committed Apr 24, 2023
1 parent 4e53fb1 commit 00797ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ def check_update():
return

if latest_version != version:
if win32ui.MessageBox(f"Current Version: v{version}\nLatest Version :v{latest_version}\n\nWould you like to be taken to the download page?","Outdated Version", win32con.MB_YESNO) == win32con.IDYES:
if win32ui.MessageBox(f"Current Version: v{version}\nLatest Version: v{latest_version}\n\nWould you like to be taken to the download page?","Outdated Version", win32con.MB_YESNO) == win32con.IDYES:
webbrowser.open(f"https://github.com/Mickey758/Calani-AIO/releases/tag/v{latest_version}")
return

0 comments on commit 00797ca

Please sign in to comment.