mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-19 14:55:30 +01:00
Compare commits
No commits in common. "36ff8896efaba0cb23e71d093bf1a0c93c093e9f" and "6522b700660fb8751bc593fc3f6de080241fe71e" have entirely different histories.
36ff8896ef
...
6522b70066
@ -1226,7 +1226,7 @@ class PicomcVersionSelector(QWidget):
|
|||||||
# Download and apply the update
|
# Download and apply the update
|
||||||
self.download_update(remote_version_info)
|
self.download_update(remote_version_info)
|
||||||
else:
|
else:
|
||||||
print(f"You already have the latest version!")
|
QMessageBox.information(self, "Up to Date", "You already have the latest version!")
|
||||||
else:
|
else:
|
||||||
logging.error("Failed to read local version information.")
|
logging.error("Failed to read local version information.")
|
||||||
QMessageBox.critical(self, "Error", "Failed to check for updates.")
|
QMessageBox.critical(self, "Error", "Failed to check for updates.")
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/marroc.py",
|
"https://raw.githubusercontent.com/nixietab/picodulce/main/marroc.py",
|
||||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/holiday.ico"
|
"https://raw.githubusercontent.com/nixietab/picodulce/main/holiday.ico"
|
||||||
],
|
],
|
||||||
"versionBleeding": "0.11.9-156"
|
"versionBleeding": "0.11.9-151"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user