Add a note in the README file on how to build the updater and customize it

This commit is contained in:
Robert Knight 2011-08-29 23:08:18 +01:00
parent faddccc763
commit 56e476b33d
1 changed files with 14 additions and 0 deletions

14
README
View File

@ -32,6 +32,20 @@ to invoke the updater, specifying the installation directory, temporary package
directory and path to the update script file. The updater then installs the directory and path to the update script file. The updater then installs the
update and restarts the application when done. update and restarts the application when done.
Building the Updater
====================
Create a new directory for the build and from that directory run:
cmake <path to source directory>
make
Customizing the Updater
=======================
To customize the application name, organization and messages displayed by the updater,
edit the AppInfo class and the icons in src/resources
Preparing an Update Preparing an Update
=================== ===================