github-updater-rust

A small library to update rust binaries from GitHub releases.

GPL-3.0 License

Stars
2
github-updater-rust - 0.0.5 Latest Release

Published by Asthowen 3 months ago

Fixes and additions:

  • Added the without_erase_previous_file method to GithubUpdater.
  • Modified the update behavior: Regardless of the erase_previous_file setting, the new file is now downloaded as new_{app_name} if an existing file is present. If no existing file is found, it is downloaded directly as {app_name}. This change prevents unnecessary movement of the original file in case the downloaded file is corrupted.
  • Switched from native-tls to rustls-tls for reqwest.
github-updater-rust - 0.0.4

Published by Asthowen 4 months ago

Make content-md5 optional.

github-updater-rust - 0.0.3

Published by Asthowen 8 months ago

  • Verify integrity of downloaded releases using content-md5 and file size
  • Code cleanup
github-updater-rust - 0.0.2

Published by Asthowen over 1 year ago

A few additions:

  • Support for file extensions
  • Support for private repositories
github-updater-rust - 0.0.1

Published by Asthowen over 1 year ago

First version