Explorar o código

FGUI移至单独项目

guodong %!s(int64=2) %!d(string=hai) anos
pai
achega
3fdd2548f2
Modificáronse 2 ficheiros con 8 adicións e 3 borrados
  1. 4 3
      z_push.bat
  2. 4 0
      z_update.bat

+ 4 - 3
z_push.bat

@@ -1,10 +1,11 @@
-
 git status
 git push
-
 echo -------------------------------------------
 cd GameClient/Assets/Game/CSShare
 git status
 git push
-
+echo -------------------------------------------
+cd FGUIProject
+git status
+git push
 pause

+ 4 - 0
z_update.bat

@@ -8,5 +8,9 @@ echo -------------------------------------------
 cd GameClient/Assets/Game/CSShare
 git status
 git pull
+echo -------------------------------------------
+cd FGUIProject
+git status
+git pull
 
 pause