Skip to content

Commit

Permalink
Update launch.bat
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas So <[email protected]>
  • Loading branch information
harryarakkal and thomasmso authored Sep 22, 2023
1 parent 754ca28 commit eb8c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ goto Start
if !errorlevel! neq 0 (
echo "Please install Microsoft C++ Build Tools and try again."
) else (
echo "Installing Microsoft C++ Build Tools ..."
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 eb8c046

Please sign in to comment.