mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
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:
parent
92d2314324
commit
7949d0ce71
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ class AppAutoUpdater:
|
||||||
return bool(todos)
|
return bool(todos)
|
||||||
|
|
||||||
if "main" in 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}"
|
message = f"Upgrade to v{new_version}\nChangelog: {changelog_url}"
|
||||||
else:
|
else:
|
||||||
message = f"Upgrade to v{new_version}"
|
message = f"Upgrade to v{new_version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue