From 56e476b33db9bd810710c51021b167c410f0730e Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Mon, 29 Aug 2011 23:08:18 +0100 Subject: [PATCH] Add a note in the README file on how to build the updater and customize it --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README b/README index 074f8bc..86f3749 100644 --- a/README +++ b/README @@ -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 update and restarts the application when done. +Building the Updater +==================== + + Create a new directory for the build and from that directory run: + + cmake + 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 ===================