launcher update

This commit is contained in:
GetParanoid 2026-04-14 04:42:13 -07:00
parent ecc63f8cf9
commit b86c856898

View file

@ -9,5 +9,9 @@ git clean -fd
echo "Pulling latest changes..." echo "Pulling latest changes..."
git pull origin main git pull origin main
echo "Laucnhing SPT..." echo "Launching SPT..."
start "" /d "%~dp0SPT" "%~dp0SPT\SPT.Launcher.exe" start "" /d "%~dp0SPT" "%~dp0SPT\SPT.Launcher.exe"
echo "Closing in 5 seconds..."
timeout /t 5 /nobreak >nul
exit