Browse Source

添加更新脚本

guodong 3 năm trước cách đây
mục cha
commit
6d90c40e2a
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      update.bat

+ 12 - 0
update.bat

@@ -0,0 +1,12 @@
+cd GameClient/Assets/Res
+svn up
+
+cd ../../../
+git status
+git pull
+
+cd GameClient/Assets/Game/CSShare
+git status
+git pull
+
+pause