فهرست منبع

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