Add a note to try using bzip2 instead of the standard compression.

In brief testing, this reduced the file size of an all-in-one zip package
by several MB.  Provided that the zip library can support bzip2 decompression
on all platforms, this would be an easy win to reduce download sizes.
This commit is contained in:
Robert Knight 2011-09-04 16:59:46 +01:00
parent 09b3b2f43a
commit 39809d4713

1
TODO
View file

@ -53,6 +53,7 @@ Nice To Have
Update size:
* Support for applying binary patches (eg. with bspatch/bsdiff)
* Try using bzip2 compression instead of standard zip compression
Telemetry:
* Call a project-specific URL to report successful/failed update installation