init(spt, fika, git repo)
This commit is contained in:
commit
eee23c4151
22 changed files with 1474 additions and 0 deletions
13
____Update-And-Launch-SPT.bat
Normal file
13
____Update-And-Launch-SPT.bat
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue