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 Apr 15, 2024. It is now read-only.
Currently the update check just scrapes a webpage for links. So it works pretty well, and would theoretically work with non-GitHub release pages if I had to relocate these releases for some reason, but it's not super robust (and in fact has already been temporarily broken once by GitHub changes).
Currently the update check just scrapes a webpage for links. So it works pretty well, and would theoretically work with non-GitHub release pages if I had to relocate these releases for some reason, but it's not super robust (and in fact has already been temporarily broken once by GitHub changes).
An alternative would be to hit the GitHub API, i.e. https://api.github.com/repos/neogeographica/quakestarter/releases . Downsides: would have to parse JSON (using PowerShell) and would be locked to only working with GitHub.
The text was updated successfully, but these errors were encountered: