瀏覽代碼

修改更新脚本

beiguoxia 1 年之前
父節點
當前提交
9bff0db91b
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 1
      GameClient/Assets/Editor/Bat/updateArtRes.bat
  2. 1 0
      GameClient/Assets/Editor/Bat/updateGameRes.bat

+ 2 - 1
GameClient/Assets/Editor/Bat/updateArtRes.bat

@@ -1,3 +1,4 @@
 echo %1
 cd ../../../../../../gfg/%1
-svn up --force --accept tc
+svn cleanup
+svn up --force --accept tc

+ 1 - 0
GameClient/Assets/Editor/Bat/updateGameRes.bat

@@ -1,2 +1,3 @@
 cd ../../../Assets/Res
+svn cleanup
 svn up --force --accept tc