summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-08-27 13:26:24 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-09-14 15:04:39 +0300
commitfce4d500a0394d4d46235f77a5cbb8fd2b5a5e68 (patch)
tree8ce174163b44585b6bc1b6caf0c4ee016aabca8d /doc/installerfw.qdoc
parent14b4bdde43a6e400a2212b155c75b67c2913998a (diff)
binarycreator: support selecting compression level and archive format
Task-number: QTIFW-1587 Change-Id: I8855b1ce4bb8abf072ff235846428fc63729f0fb Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 58a870eed..458f3b936 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -1157,6 +1157,25 @@
\li -s or --sign identity
\li Only available on macOS. Allows specifying a code signing identity to be
used for signing the generated app bundle.
+ \row
+ \li --af or --archive-format 7z|zip|tar.gz|tar.bz2|tar.xz
+ \li Set the format used when packaging new component data archives. If
+ you omit this option, the 7z format will be used as a default.
+ \note If the Installer Framework tools were built without libarchive
+ support, only \c{7z} format is supported.
+ \row
+ \li --ac or --compression <5>
+ \li Defaults to 5 (Normal compression). \note Some formats do not support
+ all the possible values, for example bzip2 compression only supports
+ values from 1 to 9.
+ \list
+ \li 0 (No compression)
+ \li 1 (Fastest compressing)
+ \li 3 (Fast compressing)
+ \li 5 (Normal compressing)
+ \li 7 (Maximum compressing)
+ \li 9 (Ultra compressing)
+ \endlist
\endtable
These parameters are followed by the name of the target binary and a list