启动器切换到自用分支

This commit is contained in:
AlexisinGit 2025-08-31 21:12:07 +08:00
parent d69fd5d83f
commit cc903b33c8
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ echo Updating SpaceNinjaServer...
git fetch --prune
if %errorlevel% == 0 (
git stash
git checkout -f origin/main
git checkout -f 自用
if exist static\data\0\ (
echo Updating stripped assets...

View File

@ -4,7 +4,7 @@ echo "Updating SpaceNinjaServer..."
git fetch --prune
if [ $? -eq 0 ]; then
git stash
git checkout -f origin/main
git checkout -f 自用
if [ -d "static/data/0/" ]; then
echo "Updating stripped assets..."