You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
GitHub releases are probably the way to go for the future, but they should still work properly with the auto-updater.
Furthermore, they should be fit into the gradle "release" task to automatically publish a release using the GitHub Releases API.
The text was updated successfully, but these errors were encountered:
I can already publish releases on the github-releases branch using gradle githubRelease. Now the application needs to be patched so it fetches updates from the GitHub Releases.
Patch the Auto-updater to download new releases from Github
This GitHub API route can then be used for the updating part: https://api.github.com/repos/Xerus2000/monsterutilities/releases
It returns the releases in JSON format (there is already a JSON parser in the application anyways) in reverse chronological order, just as we need it.
GitHub releases are probably the way to go for the future, but they should still work properly with the auto-updater.
Furthermore, they should be fit into the gradle "release" task to automatically publish a release using the GitHub Releases API.
The text was updated successfully, but these errors were encountered: