Autoupdates
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 42s

This commit is contained in:
2026-01-24 01:55:54 -05:00
parent 49ba0a4602
commit f1cd7eadb9
2 changed files with 174 additions and 21 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.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,