Skip to content

Commit

Permalink
Merge pull request #68641 from apple/compnerd/wix-fetch
Browse files Browse the repository at this point in the history
Update build-windows-toolchain.bat
  • Loading branch information
etcwilde authored Sep 20, 2023
2 parents 5e38d06 + 56d350c commit fca24bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/build-windows-toolchain.bat
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,9 @@ endlocal
:FetchWiX
setlocal enableextensions enabledelayedexpansion

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

Expand Down

0 comments on commit fca24bd

Please sign in to comment.