1
0
Fork 0
This commit is contained in:
OniriCorpe 2024-01-04 22:34:04 +01:00
parent 19c9569700
commit b9dd575b91

View file

@ -162,7 +162,7 @@ class AppAutoUpdater:
print(f"\n Checking {source} ...")
if strategy == "latest_github_release":
if strategy == "latest_github_release" & asset != "tarball":
(
new_version,
new_asset_urls,
@ -229,7 +229,7 @@ class AppAutoUpdater:
return bool(todos)
if "main" in todos:
if strategy == "latest_github_release":
if strategy == "latest_github_release" & asset != "tarball":
message = f"Upgrade to v{new_version}\nChangelog: {changelog_url}"
else:
message = f"Upgrade to v{new_version}"