mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
[Installer] Show the full version number in the installer
This commit is contained in:
@@ -246,6 +246,7 @@ bitrock_builder_bin = $$(BITROCK_BUILDER)
|
|||||||
--setvars project.outputDirectory=$$shell_path($${PREFIX}/..) \
|
--setvars project.outputDirectory=$$shell_path($${PREFIX}/..) \
|
||||||
project.installerFilename=$${INSTALLER_BASENAME}.$${INSTALLER_EXT} \
|
project.installerFilename=$${INSTALLER_BASENAME}.$${INSTALLER_EXT} \
|
||||||
project.version=$$swiftConfig(version.full) \
|
project.version=$$swiftConfig(version.full) \
|
||||||
|
versionFull=$$swiftConfig(version.full).$${VER_REV} \
|
||||||
project.windows64bitMode=$${WINDOWS64BITMODE} \
|
project.windows64bitMode=$${WINDOWS64BITMODE} \
|
||||||
project.enableDebugger=$${INSTALLER_DEBUG} \
|
project.enableDebugger=$${INSTALLER_DEBUG} \
|
||||||
architecture=$${ARCHITECTURE}
|
architecture=$${ARCHITECTURE}
|
||||||
|
|||||||
@@ -322,6 +322,10 @@ It must be closed before the installation can proceed</progressText>
|
|||||||
<mustExist>0</mustExist>
|
<mustExist>0</mustExist>
|
||||||
<width>40</width>
|
<width>40</width>
|
||||||
</directoryParameter>
|
</directoryParameter>
|
||||||
|
<stringParameter name="versionFull" value="" ask="0">
|
||||||
|
<default></default>
|
||||||
|
<allowEmptyValue>1</allowEmptyValue>
|
||||||
|
</stringParameter>
|
||||||
<stringParameter name="architecture" value="64" ask="0">
|
<stringParameter name="architecture" value="64" ask="0">
|
||||||
<description></description>
|
<description></description>
|
||||||
<explanation></explanation>
|
<explanation></explanation>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<componentGroup>
|
<componentGroup>
|
||||||
<name>swift</name>
|
<name>swift</name>
|
||||||
<description>swift</description>
|
<description>swift ${versionFull}</description>
|
||||||
|
<detailedDescription>swift ${versionFull}</detailedDescription>
|
||||||
<canBeEdited>1</canBeEdited>
|
<canBeEdited>1</canBeEdited>
|
||||||
<selected>1</selected>
|
<selected>1</selected>
|
||||||
<show>1</show>
|
<show>1</show>
|
||||||
|
|||||||
Reference in New Issue
Block a user