monsterutilities
monsterutilities copied to clipboard
Move the auto-updater to use GitHub Releases
This GitHub API route can be used for fetching the Releases: 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.