summaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 15:51:45 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-09 15:51:45 +0200
commit66d21e5fef32f64219f0f0b86c3b4b4a74623ba1 (patch)
treeef04496d4712d69eaf4dd56aec9195db9a6e952d /run.bat
parent94e52baaed095f571c41cabe80d3a6b7e03653d2 (diff)
cost center crud
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