Update blocking
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user