From 68a0befcf2991702b6bb982126bbd5825168dce3 Mon Sep 17 00:00:00 2001 From: GetParanoid Date: Fri, 18 Jul 2025 18:33:28 -0500 Subject: [PATCH] update and luanch v1 --- .gitignore | 1 + ____Update-And-Launch-SPT.bat | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 ____Update-And-Launch-SPT.bat diff --git a/.gitignore b/.gitignore index abcd4a8..b4794bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ * !.gitignore !.gitattributes +!____Update-And-Launch-SPT.bat !SPT_Data/ !SPT_Data/Server diff --git a/____Update-And-Launch-SPT.bat b/____Update-And-Launch-SPT.bat new file mode 100644 index 0000000..3e45f38 --- /dev/null +++ b/____Update-And-Launch-SPT.bat @@ -0,0 +1,13 @@ +@echo off +echo "Updating Modpack & Launching SPT..." + +git reset --hard HEAD + +echo "Cleaning up untracked files..." +git clean -fd + +echo "Pulling latest changes..." +git pull origin main + +echo "Laucnhing SPT..." +start "" "SPT.Launcher.exe"