mirror of
https://github.com/DSPBluePrints/FactoryBluePrints.git
synced 2026-02-05 03:22:17 +08:00
修复了含有特殊字符'&'路径下更新报错的bug
This commit is contained in:
@@ -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" (
|
||||
|
||||
1
合集__全流程 Folder_All_in_one/_intro_
Normal file
1
合集__全流程 Folder_All_in_one/_intro_
Normal file
@@ -0,0 +1 @@
|
||||
BPBOOK:0,1,2303,2305,2304,0,0,0,
|
||||
Reference in New Issue
Block a user