Small cross-platform software update installer
Go to file
Robert Knight fec68e523b Implement Unix version of dirname() 2011-08-19 21:23:55 +01:00
external WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00
src Implement Unix version of dirname() 2011-08-19 21:23:55 +01:00
CMakeLists.txt WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00
README WIP - Standalone update installer with no dependency on Qt 2011-08-19 19:59:21 +01:00

README

Once an update has been downloaded to a temporary directory,
this tool is responsible for installing the updates to the application's
directory and displaying a progress dialog whilst it does so.

Features:

 * Supports Windows, Mac, Linux

 * Standalone.  The only external dependencies are the C++ runtime library (Linux, Mac),
   pthreads (Linux, Mac) and the native UI library (Cocoa on Mac, Gtk on Linux)

 * A simple updater UI implemented using the native
   Win32, Cocoa and GTK libraries (depending on the platform).