From 440c11fe0d646a8e9c1e136859d620175b20964f Mon Sep 17 00:00:00 2001 From: Harryeffinpotter <73411256+harryeffinpotter@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:09:45 -0700 Subject: [PATCH] Update AIOInstaller.bat Oop had to commit to the right place! --- AIOInstaller.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIOInstaller.bat b/AIOInstaller.bat index c36a5d6..d84565e 100644 --- a/AIOInstaller.bat +++ b/AIOInstaller.bat @@ -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 (