Increment version number

This commit is contained in:
Thomas Farstrike
2025-11-08 07:43:25 +01:00
parent de1356df5b
commit c9d6166e80
3 changed files with 6 additions and 2 deletions
@@ -368,7 +368,7 @@ class AppDetail(Activity):
if 'response' in locals():
response.close()
# Step 2: install it:
PackageManager.install_mpk(temp_zip_path, dest_folder)
PackageManager.install_mpk(temp_zip_path, dest_folder) # ERROR: temp_zip_path might not be set if download failed!
# Success:
time.sleep(1) # seems silly but otherwise it goes so quickly that the user can't tell something happened and gets confused
self.progress_bar.set_value(100, False)