Browse Source

修改更新项目脚本

beiguoxia 3 years ago
parent
commit
fd3dee3130
1 changed files with 2 additions and 1 deletions
  1. 2 1
      GameClient/Assets/Editor/Bat/updateGame.bat

+ 2 - 1
GameClient/Assets/Editor/Bat/updateGame.bat

@@ -3,6 +3,7 @@ svn up --force --accept tc
 
 
 cd ../../../
 cd ../../../
 git pull
 git pull
-git submodule update
+cd GameClient/Assets/Game/CSShare
+git pull
 
 
 pause
 pause