[Installer] Show the full version number in the installer

This commit is contained in:
Mat Sutcliffe
2020-07-03 21:02:51 +01:00
parent e9ef804530
commit 0d998b3959
3 changed files with 7 additions and 1 deletions

View File

@@ -246,6 +246,7 @@ bitrock_builder_bin = $$(BITROCK_BUILDER)
--setvars project.outputDirectory=$$shell_path($${PREFIX}/..) \
project.installerFilename=$${INSTALLER_BASENAME}.$${INSTALLER_EXT} \
project.version=$$swiftConfig(version.full) \
versionFull=$$swiftConfig(version.full).$${VER_REV} \
project.windows64bitMode=$${WINDOWS64BITMODE} \
project.enableDebugger=$${INSTALLER_DEBUG} \
architecture=$${ARCHITECTURE}

View File

@@ -322,6 +322,10 @@ It must be closed before the installation can proceed</progressText>
<mustExist>0</mustExist>
<width>40</width>
</directoryParameter>
<stringParameter name="versionFull" value="" ask="0">
<default></default>
<allowEmptyValue>1</allowEmptyValue>
</stringParameter>
<stringParameter name="architecture" value="64" ask="0">
<description></description>
<explanation></explanation>

View File

@@ -1,6 +1,7 @@
<componentGroup>
<name>swift</name>
<description>swift</description>
<description>swift ${versionFull}</description>
<detailedDescription>swift ${versionFull}</detailedDescription>
<canBeEdited>1</canBeEdited>
<selected>1</selected>
<show>1</show>