mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-22 20:01:20 +00:00
Add a note in the README file on how to build the updater and customize it
This commit is contained in:
parent
faddccc763
commit
56e476b33d
1 changed files with 14 additions and 0 deletions
14
README
14
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
|
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
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue