chore: update batch script
All checks were successful
Build / build (20) (push) Successful in 35s
Build / build (22) (push) Successful in 52s
Build / build (18) (push) Successful in 1m18s

This commit is contained in:
Sainan 2025-02-02 14:26:13 +01:00
parent 07451dcef0
commit 9823729aa8

View File

@ -1,8 +1,9 @@
@echo off
echo Updating SpaceNinjaServer...
git config remote.origin.prune true
git pull
git config remote.origin.url https://openwf.io/SpaceNinjaServer.git
git fetch --prune
git reset --hard origin/main
if exist static\data\0\ (
echo Updating stripped assets...