Update feature - RepairShopr/AutoPrintr-win GitHub Wiki
When AutoPrintr is running - it check updates from GitHub API and if new release is available suggest it to user.
Update logic:
- Get latest update description from GitHub API: https://api.github.com/repos/RepairShopr/AutoPrintr-win/releases/latest
- Check release version
- If version is newer and release contains zip archive - suggest user to update programm
- Download zip from release
- Unpack zip
- Check if zip contains file
version.txt
and installer - Run installer