Эх сурвалжийг харах

去除子模块的更新方式

guodong 3 жил өмнө
parent
commit
5cdc51cb92

+ 0 - 3
.gitmodules

@@ -1,3 +0,0 @@
-[submodule "GameClient/Assets/Game/CSShare"]
-	path = GameClient/Assets/Game/CSShare
-	url = https://e.coding.net/shenyou-gfg/gfgclient/CSShare.git

+ 3 - 1
GameClient/Assets/Editor/Bat/updateGame.bat

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