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
b9dd575b91
commit
2a18e99b6b
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class AppAutoUpdater:
|
|||
|
||||
print(f"\n Checking {source} ...")
|
||||
|
||||
if strategy == "latest_github_release" & asset != "tarball":
|
||||
if strategy == "latest_github_release" and asset != "tarball":
|
||||
(
|
||||
new_version,
|
||||
new_asset_urls,
|
||||
|
|
Loading…
Reference in a new issue