mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-26 13:51:11 +00:00
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:
parent
09b3b2f43a
commit
39809d4713
1 changed files with 1 additions and 0 deletions
1
TODO
1
TODO
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue