From 618c62b8b1dcd4f5ce1e108614c7d2482ba5d6e9 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Tue, 27 Sep 2022 10:52:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3build.bat=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 736af51..361f821 100644 --- a/build.bat +++ b/build.bat @@ -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 echo dev=%dev% -if %dev%=="" ( +if "%dev%"=="" ( echo "Can not find Visual-Studio installing path" goto end )