Skip to content

Commit

Permalink
Clean up logs
Browse files Browse the repository at this point in the history
  • Loading branch information
harryarakkal committed Sep 22, 2023
1 parent 74bb4e0 commit 754ca28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions launch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@ goto Start
:: Check for C++ build tools. 'cl' is the C++ compiler.
where cl >nul 2>&1
if !errorlevel! neq 0 (
echo "Microsoft C++ build tools not found."
echo "Microsoft C++ Build Tools not found."

where winget >nul 2>&1
if !errorlevel! neq 0 (
echo "Microsoft C++ Build Tools not found."
echo "Please install them and try again."
echo "Please install Microsoft C++ Build Tools and try again."
) else (
echo "Installing Microsoft C++ Build Tools ..."
winget install Microsoft.VisualStudio.2022.BuildTools --override "--wait --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended"
Expand Down

0 comments on commit 754ca28

Please sign in to comment.