Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
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
|
||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user