Skip to content

Commit fca24bd

Browse files
authored
Merge pull request #68641 from apple/compnerd/wix-fetch
Update build-windows-toolchain.bat
2 parents 5e38d06 + 56d350c commit fca24bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,9 @@ endlocal
855855
:FetchWiX
856856
setlocal enableextensions enabledelayedexpansion
857857

858+
if exist wix-4.0.1 goto :eof
858859
curl.exe -sL https://www.nuget.org/api/v2/package/wix/4.0.1 -o wix-4.0.1.zip
859-
md WiX-4.0.1 || exit (/b)
860+
md WiX-4.0.1
860861
cd WiX-4.0.1 || exit (/b)
861862
tar -xf ../wix-4.0.1.zip || exit (/b)
862863

0 commit comments

Comments
 (0)