1
0
Fork 0

Update tools/autoupdate_app_sources/autoupdate_app_sources.py

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
OniriCorpe 2024-01-04 22:47:58 +01:00 committed by GitHub
parent 2a18e99b6b
commit 6b32b5f257

View file

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