Big Updates

Hi,

I've been using wyUpdate for at least 3 years now and my updates are quite big already, (700KB for 1 version).

Is there a way to reset this? Or should I just include/issue a new wyc file and start again?

Do you have a suggestion on how to go about this?

Patch files are generated by comparing your versions and generating the smallest possible patch file. That's presuming you follow the instructions (namely: include all files in all versions in wyBuild), and that you don't "bloat" your files with things like obfuscation which increase file size without adding any benefit (really, obfuscation has absolutely no benefit). Generating patches to obfuscated executables are giant compared to patches generated from plain-old compiled files.

Does that make sense?