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 Sep 27, 2023. It is now read-only.
REST GET https://api.github.com/repos/mbos/Pass4Win/releases/latest
This gives you JSON details about the current release. Save id and tag_name. Compare them to current somehow. This detail is needed for the About details too so you will have it somewhere.
Is 'latest' newer than installed? If so
REST GET https://api.github.com/repos/mbos/Pass4Win/releases/<id>/assets
Here you want browser_download_url if you want to retrieve it.
None of these calls need to be authenticated just make a HTTP request.
No description provided.
The text was updated successfully, but these errors were encountered: