File fix-filename-pattern.patch of Package AppImageUpdate
--- a/src/updateinformation/GithubReleasesZsyncUpdateInformation.cpp
+++ b/src/updateinformation/GithubReleasesZsyncUpdateInformation.cpp
@@ -47,7 +47,7 @@ namespace appimage::update::updateinform
}
// not ideal, but allows for returning a match for the entire line
- auto pattern = "*" + filename;
+ auto pattern = filename;
const auto& assets = json["assets"];