vslavik / winsparkle

App update framework for Windows, inspired by Sparkle for macOS
http://winsparkle.org
Other
1.31k stars 267 forks source link

Support for delta updates? #169

Closed switz closed 6 years ago

switz commented 6 years ago

Is there any support for delta updates?

https://sparkle-project.org/documentation/delta-updates/

vslavik commented 6 years ago

A quick search in the code would answer that: not yet.

PRs welcome. Note that it is not as easy as you think, though: differential installers are hard, and there's no ZIP(-like) unpacking support either. Adding support for update MSIs could be relatively easiest, though.