Update blocking

This commit is contained in:
2026-01-24 01:47:38 -05:00
parent 958fe26cad
commit 49ba0a4602
2 changed files with 323 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ Configuration settings for the update checker
# Update checker configuration
UPDATE_CONFIG = {
# Current version of the application
"current_version": "0.0.2",
"current_version": "0.0.1",
# Repository information
"repo_owner": "HRiggs",
@@ -18,8 +18,8 @@ UPDATE_CONFIG = {
# Whether to check for updates on startup
"check_on_startup": True,
# Delay before checking for updates on startup (in milliseconds)
"startup_check_delay": 5000,
# Whether updates are required (blocks app if true)
"updates_required": True,
# Whether to include pre-releases in update checks
"include_prereleases": True,