From 9252eeb8f861e4b8a7f1236db2659cfdec67b60a 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 62a26fb..373850e 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