Przeglądaj źródła

FGUI移至单独项目

guodong 2 lat temu
rodzic
commit
3fdd2548f2
2 zmienionych plików z 8 dodań i 3 usunięć
  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