mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[Installer] Run swift in background after installation
Summary: After installation, swiftlauncher is executed in wizard mode. However, installer kept running in the background until the launcher was closed. Instead, run swift in background which allows the installer to quit. Reviewers: kbasan, msutcliffe Reviewed By: msutcliffe Differential Revision: https://dev.swift-project.org/D19
This commit is contained in:
committed by
Mathew Sutcliffe
parent
cf2c0d0f35
commit
64b52f7026
@@ -88,7 +88,7 @@ check_for_updates = 1
|
||||
<finalPageActionList>
|
||||
<runProgram>
|
||||
<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 wizard</progressText>
|
||||
<ruleList>
|
||||
<platformTest>
|
||||
@@ -99,7 +99,7 @@ check_for_updates = 1
|
||||
</runProgram>
|
||||
<runProgram>
|
||||
<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 wizard</progressText>
|
||||
<ruleList>
|
||||
<platformTest>
|
||||
|
||||
Reference in New Issue
Block a user