AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

Support differential update mode

Open andywu188 opened this issue 3 years ago • 0 comments

It is recommended to package each upgrade file as a zip. When the client upgrades, compare the hash of each file, and only the files with differences will be downloaded, so as to avoid wasting network resources and speed up the download and update speed.

Another similar project with differential update pattern implemented: https://github.com/iccfish/FSLib.App.SimpleUpdater

andywu188 avatar Aug 25 '22 02:08 andywu188