Kaynağa Gözat

去除子模块的更新方式

guodong 3 yıl önce
ebeveyn
işleme
5cdc51cb92
2 değiştirilmiş dosya ile 3 ekleme ve 4 silme
  1. 0 3
      .gitmodules
  2. 3 1
      GameClient/Assets/Editor/Bat/updateGame.bat

+ 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