Skip to content

Commit

Permalink
FIX: vc-x64-x64 installer paths
Browse files Browse the repository at this point in the history
  • Loading branch information
reksar committed Aug 28, 2022
1 parent 7c4e248 commit f8b1152
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sdk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ del /q /s *.duplicate* >NUL 2>&1
rem --------------------------------------------------------------------------
:MOVE_SDK

echo Moving SDK to destination ...
echo Moving SDK files ...

setlocal EnableDelayedExpansion

Expand All @@ -219,7 +219,7 @@ endlocal

rd /q /s "%tmp%"

echo DONE
echo Windows SDK installed.


:END
Expand Down
8 changes: 4 additions & 4 deletions vc-x64-x64.143.170.20348.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ if not exist "%sdk_destination%" (
)

copy "%vcvars%" "%destination%" >NUL
call vsix-get %VC% "%destination%" || goto :END
call vsix-get %MSBUILD% "%destination%" || goto :END
call vsix-unpack "%destination%" || goto :END
call sdk "%SDK_URL%" "%sdk_destination%" "%SDK_FEATURES%" || goto :END
call "%root%sdk" "%SDK_URL%" "%sdk_destination%" "%SDK_FEATURES%" || goto :END
call "%root%vsix-get" %VC% "%destination%" || goto :END
call "%root%vsix-get" %MSBUILD% "%destination%" || goto :END
call "%root%vsix-unpack" "%destination%" || goto :END

:END
endlocal

0 comments on commit f8b1152

Please sign in to comment.