forked from OpenWF/SpaceNinjaServer
chore: update batch script
This commit is contained in:
parent
07451dcef0
commit
9823729aa8
@ -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...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user