1 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
958fe26cad Testing Auto Updates
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 34s
2026-01-24 01:15:53 -05:00
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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.0.2",
# Repository information # Repository information
"repo_owner": "HRiggs", "repo_owner": "HRiggs",