init(spt, fika, git repo)

This commit is contained in:
GetParanoid 2026-04-11 21:49:03 -07:00
commit eee23c4151
22 changed files with 1474 additions and 0 deletions

View file

@ -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"