Hello, I'm trying to add zsync updates to the Cemu appimage, but I ran into an issue that I get 404 erros when testing with appimageupdatetool.
The issue ended up being that in Cemu, they have two release types, one is latest which is rarely updated (and last time it was used was before they had an appimage) and the other is a pre-release where the release name
is the version of cemu, so it is constantly changing.
This mentions to use wildcard for the version in the name of the file so I tested the same trick but on the other field by using "gh-releases-zsync|$GITHUB_REPOSITORY_OWNER|Cemu|v*|Cemu-*$ARCH.AppImage.zsync"
but it did not work, it still can't find the url.
