Autoupdates
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 42s
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 42s
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.1",
|
||||
"current_version": "0.0.3",
|
||||
|
||||
# Repository information
|
||||
"repo_owner": "HRiggs",
|
||||
@@ -21,6 +21,9 @@ UPDATE_CONFIG = {
|
||||
# Whether updates are required (blocks app if true)
|
||||
"updates_required": True,
|
||||
|
||||
# Whether to auto-restart after successful update
|
||||
"auto_restart_after_update": True,
|
||||
|
||||
# Whether to include pre-releases in update checks
|
||||
"include_prereleases": True,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user