summaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/run.bat b/run.bat
index eb9e517..7197b94 100644
--- a/run.bat
+++ b/run.bat
@@ -3,8 +3,6 @@ REM Find the latest Visual Studio installation path
for /f "usebackq tokens=*" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -products * -property installationPath`) do (
set VSPath=%%i
)
-
-REM Check if found
if not defined VSPath (
echo Visual Studio not found.
exit /b 1