启动器切换到自用分支
This commit is contained in:
		
							parent
							
								
									d69fd5d83f
								
							
						
					
					
						commit
						cc903b33c8
					
				@ -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...
 | 
			
		||||
 | 
			
		||||
@ -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..."
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user