mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
installbuilder style fixes
This commit is contained in:
@@ -1,17 +1,19 @@
|
|||||||
<project>
|
<project>
|
||||||
<shortName>swift</shortName>
|
<shortName>swift</shortName>
|
||||||
<fullName>swift</fullName>
|
<fullName>swift</fullName>
|
||||||
|
<version></version>
|
||||||
|
|
||||||
<!-- <version>0.7.0</version> -->
|
<!-- <version>0.7.0</version> -->
|
||||||
<licenseFile>../../dist/bin/LICENSE</licenseFile>
|
<licenseFile>../../dist/bin/LICENSE</licenseFile>
|
||||||
<leftImage>../images/leftimage.png</leftImage>
|
<leftImage>../images/leftimage.png</leftImage>
|
||||||
<logoImage>../images/logo.png</logoImage>
|
<logoImage>../images/logo.png</logoImage>
|
||||||
<splashImage>../images/splashscreen.png</splashImage>
|
<splashImage>../images/splashscreen.png</splashImage>
|
||||||
|
<wmImage>../images/logo.png</wmImage>
|
||||||
<functionDefinitionList>
|
<functionDefinitionList>
|
||||||
<include>
|
<include>
|
||||||
<file>createbundledmg.xml</file>
|
<file>createbundledmg.xml</file>
|
||||||
</include>
|
</include>
|
||||||
</functionDefinitionList>
|
</functionDefinitionList>
|
||||||
<requireInstallationByRootUser>0</requireInstallationByRootUser>
|
|
||||||
<componentList>
|
<componentList>
|
||||||
<include>
|
<include>
|
||||||
<file>swift.xml</file>
|
<file>swift.xml</file>
|
||||||
@@ -19,9 +21,6 @@
|
|||||||
<include>
|
<include>
|
||||||
<file>qt5-binaries.xml</file>
|
<file>qt5-binaries.xml</file>
|
||||||
</include>
|
</include>
|
||||||
<!--<include>
|
|
||||||
<file>autoupdater.xml</file>
|
|
||||||
</include>-->
|
|
||||||
<include>
|
<include>
|
||||||
<file>vcredist.xml</file>
|
<file>vcredist.xml</file>
|
||||||
</include>
|
</include>
|
||||||
@@ -178,11 +177,11 @@
|
|||||||
<enableRollback>0</enableRollback>
|
<enableRollback>0</enableRollback>
|
||||||
<enableTimestamp>1</enableTimestamp>
|
<enableTimestamp>1</enableTimestamp>
|
||||||
<osxApplicationBundleIcon>../images/swiftinstaller.icns</osxApplicationBundleIcon>
|
<osxApplicationBundleIcon>../images/swiftinstaller.icns</osxApplicationBundleIcon>
|
||||||
<wmImage>../images/logo.png</wmImage>
|
|
||||||
<osxApplicationBundleIdentifier>org.swift-project.macinstaller</osxApplicationBundleIdentifier>
|
<osxApplicationBundleIdentifier>org.swift-project.macinstaller</osxApplicationBundleIdentifier>
|
||||||
<osxUninstallerApplicationBundleIcon>../images/swiftinstaller.icns</osxUninstallerApplicationBundleIcon>
|
<osxUninstallerApplicationBundleIcon>../images/swiftinstaller.icns</osxUninstallerApplicationBundleIcon>
|
||||||
<outputDirectory>.</outputDirectory>
|
<outputDirectory>.</outputDirectory>
|
||||||
<productDisplayIcon>../images/swiftinstaller.ico</productDisplayIcon>
|
<productDisplayIcon>../images/swiftinstaller.ico</productDisplayIcon>
|
||||||
|
<requestedExecutionLevel>highestAvailable</requestedExecutionLevel>
|
||||||
<saveRelativePaths>1</saveRelativePaths>
|
<saveRelativePaths>1</saveRelativePaths>
|
||||||
<startMenuGroupName>swift ${project.version} ${architecture}bit</startMenuGroupName>
|
<startMenuGroupName>swift ${project.version} ${architecture}bit</startMenuGroupName>
|
||||||
<vendor>swift Project</vendor>
|
<vendor>swift Project</vendor>
|
||||||
@@ -221,6 +220,7 @@
|
|||||||
</platformTest>
|
</platformTest>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</runProgram>
|
</runProgram>
|
||||||
|
|
||||||
<!-- <launchBrowser>
|
<!-- <launchBrowser>
|
||||||
<url>http://www.swift-project.org</url>
|
<url>http://www.swift-project.org</url>
|
||||||
<progressText>Visit the swift project page</progressText>
|
<progressText>Visit the swift project page</progressText>
|
||||||
@@ -242,9 +242,9 @@
|
|||||||
<default>${platform_install_prefix}/${project.shortName}-${project.version}-${architecture}bit</default>
|
<default>${platform_install_prefix}/${project.shortName}-${project.version}-${architecture}bit</default>
|
||||||
<allowEmptyValue>0</allowEmptyValue>
|
<allowEmptyValue>0</allowEmptyValue>
|
||||||
<cliOptionName>prefix</cliOptionName>
|
<cliOptionName>prefix</cliOptionName>
|
||||||
<mustBeWritable>1</mustBeWritable>
|
<mustBeWritable>yes</mustBeWritable>
|
||||||
<mustExist>0</mustExist>
|
<mustExist>0</mustExist>
|
||||||
<width>30</width>
|
<width>40</width>
|
||||||
</directoryParameter>
|
</directoryParameter>
|
||||||
<stringParameter name="architecture" value="64" ask="0">
|
<stringParameter name="architecture" value="64" ask="0">
|
||||||
<description></description>
|
<description></description>
|
||||||
|
|||||||
Reference in New Issue
Block a user