Ver Fonte

FGUI移至单独项目

guodong há 2 anos atrás
pai
commit
3240023854
2 ficheiros alterados com 2 adições e 2 exclusões
  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