浏览代码

更新项目脚本

beiguoxia 3 年之前
父节点
当前提交
d2e154f22d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      GameClient/Assets/Editor/Bat/updateGame.bat

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

@@ -1,10 +1,10 @@
 cd ../../../Assets/Res
 svn up --force --accept tc
 
-cd GameClient/Assets/Game/CSShare
+cd ../../../
 git pull
 
-cd ../../../
+cd GameClient/Assets/Game/CSShare
 git pull
 
 pause