返回提交历史
Modified
UPDATE AND START SERVER.bat
+3
-2
XFEstudio/XFESpaceNinjaServer
chore: update batch script
9823729a
代码差异
1 个文件
+3
-2
@@ -1,8 +1,9 @@
1
1
@echo off
2
2
3
3
echo Updating SpaceNinjaServer...
4
git config remote.origin.prune true
5
git pull
4
git config remote.origin.url https://openwf.io/SpaceNinjaServer.git
5
git fetch --prune
6
git reset --hard origin/main
6
7
7
8
if exist static\data\0\ (
8
9
echo Updating stripped assets...