Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
df6c970112
|
|||
|
411ff15ea5
|
|||
|
269950cf4a
|
|||
|
f1cd7eadb9
|
|||
|
49ba0a4602
|
BIN
art/Desolation.png
Normal file
BIN
art/Desolation.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 591 KiB |
BIN
art/georgia.ttf
Normal file
BIN
art/georgia.ttf
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -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.1.0",
|
||||
|
||||
# Repository information
|
||||
"repo_owner": "HRiggs",
|
||||
@@ -18,8 +18,11 @@ 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 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