Browse Source

更新项目脚本

beiguoxia 3 years ago
parent
commit
d2e154f22d
1 changed files with 2 additions and 2 deletions
  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