Update
Update checker for Windows applications that lack auto-update.
How to use
- Clone the repository, install Go, and execute
go build .. - Create a
update.txtfile in the same directory as the executable. This file stores the executable paths of the applications, either for cases where they are not in the PATH or to override existing PATH entries. Refer toupdate.example.txtfor details. - Run the executable.
License
MIT