File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ endlocal
866
866
:FetchX64Toolchain
867
867
setlocal enableextensions enabledelayedexpansion
868
868
869
- curl.exe -k -sOL " https://download.swift.org/development/windows10/ swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a/swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a-windows10 .exe" || (exit /b)
869
+ curl.exe -k -sOL " https://github.com/thebrowsercompany/ swift-build/releases/download/20230919.2/installer-amd64 .exe" || (exit /b)
870
870
" WiX-4.0.1\tools\net6.0\any\wix.exe" burn extract swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a-windows10.exe -o %BuildRoot% \toolchains || (exit /b)
871
871
msiexec.exe /qn /a " %BuildRoot% \toolchains\a0" TARGETDIR=" %BuildRoot% \toolchains\swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a\PFiles64\Swift\Runtimes\0.0.0\usr\bin\" || (exit /b)
872
872
msiexec.exe /qn /a " %BuildRoot% \toolchains\a1" TARGETDIR=" %BuildRoot% \toolchains\swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a\" || (exit /b)
You can’t perform that action at this time.
0 commit comments