Browse Source

添加更新脚本

guodong 3 years ago
parent
commit
6d90c40e2a
1 changed files with 12 additions and 0 deletions
  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