1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2026-02-05 03:22:17 +08:00

修复了含有特殊字符'&'路径下更新报错的bug

This commit is contained in:
bWFuanVzYWth
2023-11-30 17:31:21 +08:00
parent 032a08e607
commit 9aaf525da0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
@echo off
cd %~dp0
cd "%~dp0"
::debug info
set LOG_PATH=.\update.log
@@ -12,7 +12,7 @@ cd ..
if not exist "Blueprint" (
echo 警告:您似乎安装到了错误的路径,这可能导致文件权限异常
)
cd %~dp0
cd "%~dp0"
::find git.exe
if exist ".\MinGit\cmd\git.exe" (

View File

@@ -0,0 +1 @@
BPBOOK:0,1,2303,2305,2304,0,0,0,