diff --git a/____Update-And-Launch-SPT.bat b/____Update-And-Launch-SPT.bat index 71f197f..9c1fd97 100644 --- a/____Update-And-Launch-SPT.bat +++ b/____Update-And-Launch-SPT.bat @@ -9,5 +9,9 @@ git clean -fd echo "Pulling latest changes..." git pull origin main -echo "Laucnhing SPT..." +echo "Launching SPT..." start "" /d "%~dp0SPT" "%~dp0SPT\SPT.Launcher.exe" + +echo "Closing in 5 seconds..." +timeout /t 5 /nobreak >nul +exit \ No newline at end of file