Testing Auto Updates
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 34s
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 34s
This commit is contained in:
@@ -12,3 +12,7 @@ to bump the version
|
||||
|
||||
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
|
||||
@@ -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.2",
|
||||
|
||||
# Repository information
|
||||
"repo_owner": "HRiggs",
|
||||
|
||||
Reference in New Issue
Block a user