Forráskód Böngészése

FGUI移至单独项目

guodong 2 éve
szülő
commit
3240023854
2 módosított fájl, 2 hozzáadás és 2 törlés
  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