Answer the question
In order to leave comments, you need to log in
How are app updates arranged?
How is app update on Google Play / Steam / Gog arranged? After all, the size of applications is large, and the size of incoming updates is relatively small, since only changed files are updated relative to the existing version of the application. Are there examples in c# or python?
Answer the question
In order to leave comments, you need to log in
In C#, there are for example Squirrel and Autoupdater.NET . There are guides on how to do a delta update.
As a rule, this is based on bdiff - finding the difference between two binary files and rolling this difference onto the old version.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question