Prechádzať zdrojové kódy

Merge branch 'master' of https://e.coding.net/shenyou-gfg/gfgclient/client

guodong 3 rokov pred
rodič
commit
a51b06447f

+ 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