XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: update batch script

9823729a
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +3 -2
Modified UPDATE AND START SERVER.bat +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...