Browse Source

FGUI移至单独项目

guodong 2 năm trước cách đây
mục cha
commit
3240023854
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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