-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add support for other git services for autoupdates #179
Comments
For codeberg, you can use the zsync |
i dont know if i need to make another post about something totally related, but, there are personal repositories that have release versions and work the same as github, so my question is, can a "static url" or "custom" repositories have this feature of using asterisks * to numbers as well? Thanks! |
another thing is the possibility to change the default config given by the ZSync files, that sometimes have the link for downloading wrong. |
I have a similar issue with Krita where I normally use the nightly builds here It would be good to be able to use a URL such as I am using zsync for now, thank you for the suggestion prontok. |
I agree that support should be extended to other sources as Gitlab because it's impossible to enter the URL and provide updates. You should look at following Android project (Obtainium) that supports a lot of sources and also allows to give a regex pattern as you did for Github. |
Currently, we are unable to use another git services (codeberg, gitlab) to autoupdate appimages using the Update management feature, and other similar services could share this feature, so urls like:
https://codeberg.org/sonusmix/sonusmix/releases/download/v0.1.0/org.sonusmix.Sonusmix-0.1.0.AppImage
could be used as:
https://codeberg.org/sonusmix/sonusmix/releases/download/*/org.sonusmix.Sonusmix-*.AppImage
in order to mimic the github behaviour.
The text was updated successfully, but these errors were encountered: