mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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>
|
||||
<program>${installdir}/bin/swiftlauncher</program>
|
||||
<programArguments>-i --bootstrapurl https://datastore.swift-project.org/shared/</programArguments>
|
||||
<progressText>Run swift launcher</progressText>
|
||||
<progressText>Run swift launcher wizard</progressText>
|
||||
<ruleList>
|
||||
<platformTest>
|
||||
<negate>1</negate>
|
||||
@@ -81,13 +81,17 @@ check_for_updates = 1
|
||||
<runProgram>
|
||||
<program>${Installdir}/bin/swiftlauncher.app/Contents/MacOS/swiftlauncher</program>
|
||||
<programArguments>-i --bootstrapurl https://datastore.swift-project.org/shared/</programArguments>
|
||||
<progressText>Run swift launcher</progressText>
|
||||
<progressText>Run swift launcher wizard</progressText>
|
||||
<ruleList>
|
||||
<platformTest>
|
||||
<type>osx</type>
|
||||
</platformTest>
|
||||
</ruleList>
|
||||
</runProgram>
|
||||
<launchBrowser>
|
||||
<url>http://www.swift-project.org</url>
|
||||
<progressText>Visit the swift project page</progressText>
|
||||
</launchBrowser>
|
||||
</finalPageActionList>
|
||||
<licenseFileList>
|
||||
<licenseFile>
|
||||
|
||||
Reference in New Issue
Block a user