浏览代码

FGUI移至单独项目

guodong 2 年之前
父节点
当前提交
3fdd2548f2
共有 2 个文件被更改,包括 8 次插入3 次删除
  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