From 3cabc10461534fff1fc11109c8dd83a01133eabf Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Sun, 20 Oct 2019 12:59:14 +0100 Subject: [PATCH] [installer] Hide the option to skip the bootstrap step behind an option to "show advanced options" --- installer/installbuilder/project.xml | 102 ++++++++++++++++----------- 1 file changed, 61 insertions(+), 41 deletions(-) diff --git a/installer/installbuilder/project.xml b/installer/installbuilder/project.xml index e80255b6a..b9abdbe1a 100644 --- a/installer/installbuilder/project.xml +++ b/installer/installbuilder/project.xml @@ -183,6 +183,29 @@ it and relaunch the installer. + + ${installdir}/bin/swiftlauncher + -i --bootstrapurl https://datastore.swift-project.org/shared/ & + Run swift launcher wizard + + + 1 + osx + + + + + + open + ${Installdir}/bin/swiftlauncher.app --args -i --bootstrapurl https://datastore.swift-project.org/shared/ & + Run swift launcher wizard + + + osx + + + + @@ -298,28 +321,6 @@ it and relaunch the uninstaller. --> - - ${installdir}/bin/swiftlauncher - -i --bootstrapurl https://datastore.swift-project.org/shared/ & - Run swift launcher wizard - - - 1 - osx - - - - - open - ${Installdir}/bin/swiftlauncher.app --args -i --bootstrapurl https://datastore.swift-project.org/shared/ & - Run swift launcher wizard - - - osx - - - -