解决build.bat无法执行的问题

This commit is contained in:
luoliangyi 2022-09-27 10:52:37 +08:00
parent 32b61ba139
commit 618c62b8b1
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ set dev=""
for /f "tokens=1,2,* " %%i in ('reg QUERY "HKEY_CLASSES_ROOT\CLSID\{2E1517DA-87BF-4443-984A-D2BF18F5A908}\LocalServer32" /ve') do set dev=%%k for /f "tokens=1,2,* " %%i in ('reg QUERY "HKEY_CLASSES_ROOT\CLSID\{2E1517DA-87BF-4443-984A-D2BF18F5A908}\LocalServer32" /ve') do set dev=%%k
echo dev=%dev% echo dev=%dev%
if %dev%=="" ( if "%dev%"=="" (
echo "Can not find Visual-Studio installing path" echo "Can not find Visual-Studio installing path"
goto end goto end
) )