mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-01-22 15:31:08 +00:00
9a0bee0358
* Add FileOps::fileName() to get the base name for a file * Add ProcessUtils::runSync() to run a process, wait for it to exit and then return the status code from that process. * Change ProcessUtils::runAsyncUnix() to use execvp() in order to search PATH for the specified binary if the filename is not absolute.
24 lines
640 B
Text
24 lines
640 B
Text
Updater Tasks:
|
|
|
|
* Basic functionality for Windows
|
|
* Basic functionality for Mac
|
|
* Elevation for Windows
|
|
* Elevation for Mac
|
|
* Win32 UI for Windows
|
|
* Cocoa UI for Mac
|
|
* Gtk or Qt UI for Linux
|
|
* Unit test working under Windows
|
|
* Unit test working under Mac
|
|
|
|
Mendeley Desktop <= 1.0 auto-update system compatibility:
|
|
|
|
* Support for MD <= 1.0 updater command-line syntax
|
|
* Backwards compatible structure for XML file
|
|
|
|
Auto-update preparation tools:
|
|
|
|
* Tool to create .zip packages for a release and
|
|
upload them to S3
|
|
* Tool to generate backwards-compatible structure for XML file
|
|
* Tool to generate new structure for XML file
|
|
|