mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 14:41:50 +00:00
Add a note that bzip2 compression with the 'zip' tool requires a recentish version of zip
Looking at some of my test systems: * Mac OS 10.5's 'zip' lacks bzip2 * Mac OS 10.6's 'zip' supports bzip2 * Debian Lenny's 'zip' lacks bzip2 * On Windows it depends what version of cygwin is being used. The version we are currently using on build-windows (zip 3.0) supports bzip2.
This commit is contained in:
parent
39809d4713
commit
4f13ad97b7
1 changed files with 1 additions and 0 deletions
1
TODO
1
TODO
|
@ -54,6 +54,7 @@ Nice To Have
|
|||
Update size:
|
||||
* Support for applying binary patches (eg. with bspatch/bsdiff)
|
||||
* Try using bzip2 compression instead of standard zip compression
|
||||
(requires recent version of zip/unzip tools)
|
||||
|
||||
Telemetry:
|
||||
* Call a project-specific URL to report successful/failed update installation
|
||||
|
|
Loading…
Reference in a new issue