From 64b52f702646ee93fbb4a3a672bc4817f05f9d19 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 5 May 2017 22:37:41 +0100 Subject: [PATCH] [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 --- installer/installbuilder/project.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/installbuilder/project.xml b/installer/installbuilder/project.xml index af856af98..d6419574d 100644 --- a/installer/installbuilder/project.xml +++ b/installer/installbuilder/project.xml @@ -88,7 +88,7 @@ check_for_updates = 1 ${installdir}/bin/swiftlauncher - -i --bootstrapurl https://datastore.swift-project.org/shared/ + -i --bootstrapurl https://datastore.swift-project.org/shared/ & Run swift launcher wizard @@ -99,7 +99,7 @@ check_for_updates = 1 ${Installdir}/bin/swiftlauncher.app/Contents/MacOS/swiftlauncher - -i --bootstrapurl https://datastore.swift-project.org/shared/ + -i --bootstrapurl https://datastore.swift-project.org/shared/ & Run swift launcher wizard