JK3Y/NPS-Browser-macOS

Automatically check for new releases

JK3Y opened this issue · 1 comments

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