浏览代码

FGUI移至单独项目

guodong 2 年之前
父节点
当前提交
3240023854
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      z_push.bat
  2. 1 1
      z_update.bat

+ 1 - 1
z_push.bat

@@ -5,7 +5,7 @@ cd GameClient/Assets/Game/CSShare
 git status
 git push
 echo -------------------------------------------
-cd FGUIProject
+cd ../../../../FGUIProject
 git status
 git push
 pause

+ 1 - 1
z_update.bat

@@ -9,7 +9,7 @@ cd GameClient/Assets/Game/CSShare
 git status
 git pull
 echo -------------------------------------------
-cd FGUIProject
+cd ../../../../FGUIProject
 git status
 git pull