Skip to content

Commit

Permalink
Update AIOInstaller.bat
Browse files Browse the repository at this point in the history
Oop had to commit to the right place!
  • Loading branch information
harryeffinpotter authored Sep 16, 2024
1 parent 7061834 commit 440c11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AIOInstaller.bat
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ echo.
Timeout /t 4 /nobreak 1>nul 2>nul
setlocal ENABLEDELAYEDEXPANSION
winget search Microsoft.VCRed --accept-source-agreements >NUL 2>NUL
FOR /F "tokens=*" %%G IN ('winget search Microsoft.VC') DO (
FOR /F "tokens=*" %%G IN ('winget search Microsoft.VCRed') DO (
set "str=%%G"
set "str=!str:*Microsoft.=Microsoft.!"
for /f "tokens=1 delims= " %%a in ("!str!") do (
Expand Down

0 comments on commit 440c11f

Please sign in to comment.