mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-28 22:44:32 +00:00
19 lines
615 B
Plaintext
19 lines
615 B
Plaintext
|
\section1 Generating the Example Installer
|
||
|
|
||
|
To create the example installer, switch to the example source directory on
|
||
|
the command line and enter the following command:
|
||
|
|
||
|
\list
|
||
|
\li On Windows:
|
||
|
\code
|
||
|
..\..\bin\binarycreator.exe --online-only -c config\config.xml -p packages installer.exe
|
||
|
\endcode
|
||
|
\li On Linux or macOS:
|
||
|
\code
|
||
|
../../bin/binarycreator --online-only -c config/config.xml -p packages installer
|
||
|
\endcode
|
||
|
\endlist
|
||
|
|
||
|
You should now be able to run the installer and install from the repository.
|
||
|
|