File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set VSWHERE=tools\vswhere.exe
4
4
rem Download vswhere (command line utility to find MSBuild path)
5
5
if not exist %VSWHERE% (
6
6
echo vswhere utility doesn't exist. Downloading...
7
- powershell -Command " Invoke-WebRequest https://mirror.mtasa .com/bdata/vswhere.exe -OutFile %VSWHERE% "
7
+ powershell -Command " Invoke-WebRequest https://mirror-cdn.multitheftauto .com/bdata/vswhere.exe -OutFile %VSWHERE% "
8
8
)
9
9
10
10
rem Create solution (ignoring pause)
@@ -17,9 +17,9 @@ for /f "usebackq tokens=1* delims=: " %%i in (`%VSWHERE% -latest -requires Micro
17
17
)
18
18
19
19
rem Output an error if not exists
20
- set MSBUILDPATH = " %InstallDir% \MSBuild\15.0 \Bin\MSBuild.exe"
20
+ set MSBUILDPATH = " %InstallDir% \MSBuild\Current \Bin\MSBuild.exe"
21
21
if not exist %MSBUILDPATH% (
22
- echo Could not find MSBuild. Make sure you have Visual Studio 2017 installed
22
+ echo Could not find MSBuild. Make sure you have Visual Studio 2022 installed
23
23
goto end
24
24
)
25
25
echo Found MSBuild at: %MSBUILDPATH%
You can’t perform that action at this time.
0 commit comments