From 2a18e99b6b4525d37299858bb432396983fddbf8 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 4 Jan 2024 22:47:54 +0100 Subject: [PATCH] Update tools/autoupdate_app_sources/autoupdate_app_sources.py Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- autoupdate_app_sources/autoupdate_app_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate_app_sources/autoupdate_app_sources.py b/autoupdate_app_sources/autoupdate_app_sources.py index 72dde3c..2b6d68a 100644 --- a/autoupdate_app_sources/autoupdate_app_sources.py +++ b/autoupdate_app_sources/autoupdate_app_sources.py @@ -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,