1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-09 03:13:31 +08:00

修复更新脚本中的语法错误

This commit is contained in:
bWFuanVzYWth
2023-04-09 22:29:11 +08:00
parent 9329430c6e
commit b12fd1a6d2

View File

@@ -17,7 +17,7 @@ echo INF: %date% %time% GIT_PATH=.\MinGit\cmd\git.exe>>%LOG_PATH%
set GIT_PATH=git
echo INF: %date% %time% GIT_PATH=git>>%LOG_PATH%
) else (
echo 警告无法找到Git或MinGit。如果更新能正常进行请忽略 | Warning: Could not find Git or MinGit. Please ignore if the update works normally
echo 警告无法找到Git或MinGit。如果更新能正常进行请忽略 ^| Warning: Could not find Git or MinGit. Please ignore if the update works normally
echo WAR: %date% %time% Git/MinGit no found>>%LOG_PATH%
set GIT_PATH=git
)