1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
This commit is contained in:
OniriCorpe 2024-01-04 22:34:04 +01:00
parent 8ff2088698
commit 3c1efb8029

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}"