Pārlūkot izejas kodu

更新项目脚本

beiguoxia 3 gadi atpakaļ
vecāks
revīzija
d2e154f22d
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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