kisztof/swtp

Implement Auto-Update Feature

Closed this issue · 0 comments

Implement an auto-update feature that checks for the latest version of the swtp tool each time it runs. If a newer version is available, prompt the user to update.

Details

Modify the existing swtp script to:

  • Check the latest tagged version from the GitHub repository at the start of the script.
  • Compare it with the currently installed version.
  • If a newer version is available, prompt the user to update.