installer-framework/doc/includes/installerfw-examples-generating.qdocinc
Arttu Tarkiainen c7066c9dc2 Update usage of Apple-related terminology
Replace deprecated Q_OS_OSX macro used in several places with the newer
Q_OS_MACOS. Old style reference of Apple's desktop operating system name
as "OS X" in documentation and files are also replaced with "macOS"
where applicable.

Task-number: QTIFW-1406
Change-Id: I0561d5e0d964917ac4fca0702d58a06b85d30e57
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
2019-08-16 08:35:19 +00:00

18 lines
560 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 -c config\config.xml -p packages installer.exe
\endcode
\li On Linux or macOS:
\code
../../bin/binarycreator -c config/config.xml -p packages installer
\endcode
\endlist
The installer is created in the current directory.