瀏覽代碼

修改更新项目脚本

beiguoxia 3 年之前
父節點
當前提交
fd3dee3130
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 ../../../
 git pull
-git submodule update
+cd GameClient/Assets/Game/CSShare
+git pull
 
 pause