chore: update batch script

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 off
echo Updating SpaceNinjaServer... echo Updating SpaceNinjaServer...
git config remote.origin.prune true git config remote.origin.url https://openwf.io/SpaceNinjaServer.git
git pull git fetch --prune
git reset --hard origin/main
if exist static\data\0\ ( if exist static\data\0\ (
echo Updating stripped assets... echo Updating stripped assets...