xeruf / monsterutilities

Browse, stream and download Monstercat Songs
GNU General Public License v3.0
31 stars 2 forks source link

Move the auto-updater to use GitHub Releases #53

Open xeruf opened 5 years ago

xeruf commented 5 years ago

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.