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 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...