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:
@@ -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