mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 06:31:49 +00:00
Update the dependencies for the updater binary mentioned in the README file.
This commit is contained in:
parent
9391fb6b5e
commit
4459c96595
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -23,7 +23,7 @@ The external dependencies of the updater binary are:
|
||||||
* The C++ runtime library (Linux, Mac),
|
* The C++ runtime library (Linux, Mac),
|
||||||
* pthreads (Linux, Mac),
|
* pthreads (Linux, Mac),
|
||||||
* zlib (Linux, Mac)
|
* zlib (Linux, Mac)
|
||||||
* native UI library (Win32 API on Windows, Cocoa on Mac).
|
* native UI library (Win32 API on Windows, Cocoa on Mac, GTK on Linux if available)
|
||||||
|
|
||||||
To perform an update, the application (or another separate tool) needs to download
|
To perform an update, the application (or another separate tool) needs to download
|
||||||
the updater binary, an XML file describing the update and one or more zip packages
|
the updater binary, an XML file describing the update and one or more zip packages
|
||||||
|
|
Loading…
Reference in a new issue