summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-05-27 15:54:45 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2022-06-03 08:24:52 +0000
commitb6e6ad4876ab6c2c2a20f6cce191e27411441921 (patch)
tree7dbe2671d16a5001dbee7d1a3a113fee42da6152 /doc/installerfw.qdoc
parentd279237a545cd0b38d8cc210f4e69648547f4d59 (diff)
macOS: make creating maintenance tool alias optional
Currently the installer will create an alias file for maintenance tool with the name defaulting to the file name of maintenance tool, if the name is not explicitly declared in the installer's configuration file. This can cause issues with installers that use the same maintenance tool filename, as the alias would be overwritten on each install, and the default name does not tell which installation the alias is associated with. Make it so that the alias is only created if installer config specifies a name for the alias. Task-number: QTIFW-2665 Change-Id: I790ee376ec56cff16730189e513a194b8c610066 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index e4927f316..7748a2ef3 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -514,7 +514,7 @@
\row
\li MaintenanceToolAlias
\li Filename for an alias of the maintenance tool that will be created to the
- Applications directory. Defaults to \e {MaintenanceToolName}. Only used on macOS.
+ Applications directory. Optional. Only used on macOS.
\row
\li RemoveTargetDir
\li Set to \c false if the target directory should not be deleted when uninstalling.