mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
Add link to swift project webpage to installer finalPageActionList
refs #902
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e9b79fbc8c
commit
108336a9cc
@@ -70,7 +70,7 @@ check_for_updates = 1
|
|||||||
<runProgram>
|
<runProgram>
|
||||||
<program>${installdir}/bin/swiftlauncher</program>
|
<program>${installdir}/bin/swiftlauncher</program>
|
||||||
<programArguments>-i --bootstrapurl https://datastore.swift-project.org/shared/</programArguments>
|
<programArguments>-i --bootstrapurl https://datastore.swift-project.org/shared/</programArguments>
|
||||||
<progressText>Run swift launcher</progressText>
|
<progressText>Run swift launcher wizard</progressText>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<platformTest>
|
<platformTest>
|
||||||
<negate>1</negate>
|
<negate>1</negate>
|
||||||
@@ -81,13 +81,17 @@ check_for_updates = 1
|
|||||||
<runProgram>
|
<runProgram>
|
||||||
<program>${Installdir}/bin/swiftlauncher.app/Contents/MacOS/swiftlauncher</program>
|
<program>${Installdir}/bin/swiftlauncher.app/Contents/MacOS/swiftlauncher</program>
|
||||||
<programArguments>-i --bootstrapurl https://datastore.swift-project.org/shared/</programArguments>
|
<programArguments>-i --bootstrapurl https://datastore.swift-project.org/shared/</programArguments>
|
||||||
<progressText>Run swift launcher</progressText>
|
<progressText>Run swift launcher wizard</progressText>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<platformTest>
|
<platformTest>
|
||||||
<type>osx</type>
|
<type>osx</type>
|
||||||
</platformTest>
|
</platformTest>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</runProgram>
|
</runProgram>
|
||||||
|
<launchBrowser>
|
||||||
|
<url>http://www.swift-project.org</url>
|
||||||
|
<progressText>Visit the swift project page</progressText>
|
||||||
|
</launchBrowser>
|
||||||
</finalPageActionList>
|
</finalPageActionList>
|
||||||
<licenseFileList>
|
<licenseFileList>
|
||||||
<licenseFile>
|
<licenseFile>
|
||||||
|
|||||||
Reference in New Issue
Block a user