From c3c4184dc5e587bbbc22dcf838fc43004584a96e Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Thu, 24 Oct 2024 17:46:32 -0500 Subject: [PATCH] Update installer-windows.bat --- installer-windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer-windows.bat b/installer-windows.bat index 9418049..bbe1ef3 100644 --- a/installer-windows.bat +++ b/installer-windows.bat @@ -28,7 +28,7 @@ echo Updating Mods... @timeout /t 2 >nul 2>&1 - tar -xvzf %mcroot%/mods.tar.gz -C %modfolder% + tar -xvzf %mcroot%/mods.tar.gz -C %mcroot% echo Sigma! echo All done.