diff --git a/双击更新蓝图仓库.bat b/双击更新蓝图仓库.bat index 8f3d5ce..9f583a1 100644 --- a/双击更新蓝图仓库.bat +++ b/双击更新蓝图仓库.bat @@ -16,9 +16,9 @@ chcp 65001 set GIT_PATH=git echo INF: %date% %time% GIT_PATH=Git >> %LOG_PATH% ) else ( - echo 错误:无法找到Git或MinGit - echo ERR: %date% %time% Git/MinGit no found >> %LOG_PATH% - goto err + echo 警告:无法找到Git或MinGit。如果更新能正常进行请忽略 + echo WAR: %date% %time% Git/MinGit no found >> %LOG_PATH% + set GIT_PATH=git ) if exist ".\.git" ( @@ -48,9 +48,3 @@ chcp 65001 echo INF: %date% %time% Exit >> %LOG_PATH% pause exit - -:err - echo 存在异常,无法更新 - echo INF: %date% %time% Exit with error >> %LOG_PATH% - pause - exit \ No newline at end of file