From bdc353a70e454b6b3e52c47b8fa4e3b6206d2bfe 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 9ac379e..b096aaa 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.