launcher update
This commit is contained in:
parent
ecc63f8cf9
commit
b86c856898
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue