Automatically check for new releases
JK3Y opened this issue · 1 comments
JK3Y commented
Automatically check for new releases
JK3Y commented
- call to: https://api.github.com/repos/JK3Y/NPS-Browser-macOS/releases/latest gives us the info about the latest release.
- parse the json
- compare new release tag with current app release version
- release > current = update
release = current = up to date