mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-04-27 22:14:32 +00:00
Add systemInfo as a wrapper for QSystemInfo. Task-number: QTIFW-592 Change-Id: Ib54fcea8b0ef3a397a74f5315202f3000abd63cd Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
Shows how to use the systemInfo JS API.
|
|
|
|
The installer rejects installations on Windows XP,
|
|
and OS X 10.6 or older. It shows a warning if
|
|
it is run on any Linux distribution other than openSUSE 13.2.
|
|
|
|
It also shows only one of the two sub-packages, based on
|
|
the CPU architecture: "i386" on an 32-bit system, and
|
|
"x86_64" on an 64-bit system.
|
|
|
|
Generate installer with
|
|
|
|
binarycreator --offline-only -c config/config.xml -p packages installer
|