mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 06:31:49 +00:00
Update TODO file.
Add a note in the TODO file about binary patches.
This commit is contained in:
parent
0fc706264a
commit
86d61fdb4a
1 changed files with 4 additions and 1 deletions
5
TODO
5
TODO
|
@ -19,7 +19,7 @@ General Updater Tasks:
|
|||
* Fix package dir cleanup failing on Win32 due to executable being in use [done]
|
||||
|
||||
* Test installing update if Microsoft Word with Mendeley plugin is active
|
||||
* Write log file entries to an actual log file [Linux: done, Windows/Mac: TODO]
|
||||
* Write log file entries to an actual log file [Linux, Windows: done, Mac: TODO]
|
||||
* Test updater on an old Windows system without Visual Studio installed and statically
|
||||
link C++ runtime libraries if necessary
|
||||
|
||||
|
@ -51,6 +51,9 @@ Auto-update preparation tools:
|
|||
Nice To Have
|
||||
============
|
||||
|
||||
Update size:
|
||||
* Support for applying binary patches (eg. with bspatch/bsdiff)
|
||||
|
||||
Telemetry:
|
||||
* Call a project-specific URL to report successful/failed update installation
|
||||
and starting of new app after update
|
||||
|
|
Loading…
Reference in a new issue