From 95839cf289271ab64827aefb1b667ebc17f85f77 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Wed, 23 Oct 2024 21:16:51 -0500 Subject: [PATCH] add a small timeout after mods are extracted so the window doesnt close abruptly and scare the poor wittle user --- installer-windows.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/installer-windows.bat b/installer-windows.bat index e636ab3..cc2ec5f 100644 --- a/installer-windows.bat +++ b/installer-windows.bat @@ -23,4 +23,5 @@ echo Updating Mods... echo Sigma! echo All done. + @timeout /t 10 >nul 2>&1 exit \ No newline at end of file