mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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}/..) \
|
||||
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}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user