Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
1c9598c00a
|
|||
|
4fb77ef0de
|
|||
|
df6c970112
|
|||
|
411ff15ea5
|
|||
|
269950cf4a
|
|||
|
f1cd7eadb9
|
|||
|
49ba0a4602
|
|||
|
958fe26cad
|
@@ -12,3 +12,7 @@ to bump the version
|
|||||||
|
|
||||||
python version_manager.py 1.0.1
|
python version_manager.py 1.0.1
|
||||||
|
|
||||||
|
|
||||||
|
build
|
||||||
|
|
||||||
|
pyinstaller --clean --onefile --windowed --icon=art/Progression.ico --add-data "art;art" --name ProgressionLoader steam_workshop_gui.py
|
||||||
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.
@@ -2,4 +2,5 @@ requests>=2.25.1
|
|||||||
python-dotenv>=0.19.0
|
python-dotenv>=0.19.0
|
||||||
pyglet>=1.5.0
|
pyglet>=1.5.0
|
||||||
Pillow>=8.0.0
|
Pillow>=8.0.0
|
||||||
packaging>=21.0
|
packaging>=21.0
|
||||||
|
customtkinter>=5.0.0
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ Configuration settings for the update checker
|
|||||||
# Update checker configuration
|
# Update checker configuration
|
||||||
UPDATE_CONFIG = {
|
UPDATE_CONFIG = {
|
||||||
# Current version of the application
|
# Current version of the application
|
||||||
"current_version": "0.0.1",
|
"current_version": "0.1.1",
|
||||||
|
|
||||||
# Repository information
|
# Repository information
|
||||||
"repo_owner": "HRiggs",
|
"repo_owner": "HRiggs",
|
||||||
@@ -18,8 +18,11 @@ UPDATE_CONFIG = {
|
|||||||
# Whether to check for updates on startup
|
# Whether to check for updates on startup
|
||||||
"check_on_startup": True,
|
"check_on_startup": True,
|
||||||
|
|
||||||
# Delay before checking for updates on startup (in milliseconds)
|
# Whether updates are required (blocks app if true)
|
||||||
"startup_check_delay": 5000,
|
"updates_required": True,
|
||||||
|
|
||||||
|
# Whether to auto-restart after successful update
|
||||||
|
"auto_restart_after_update": True,
|
||||||
|
|
||||||
# Whether to include pre-releases in update checks
|
# Whether to include pre-releases in update checks
|
||||||
"include_prereleases": True,
|
"include_prereleases": True,
|
||||||
|
|||||||
Reference in New Issue
Block a user