From b1704a0440ad3464875a9dc466bd8b1f6f49b4c9 Mon Sep 17 00:00:00 2001 From: konekoneko Date: Sun, 31 Jul 2016 23:01:23 +0900 Subject: [PATCH] =?utf8?q?=E3=82=B5=E3=83=B3=E3=83=89=E3=82=AD=E3=83=A3?= =?utf8?q?=E3=83=83=E3=82=B9=E3=83=AB=E3=81=8C=E3=81=AA=E3=81=8F=E3=81=A6?= =?utf8?q?=E3=82=82=E5=AE=9F=E8=A1=8C=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?utf8?q?=E3=81=A0=E3=81=91=E3=81=AF=E5=8F=96=E5=BE=97=E3=81=A7=E3=81=8D?= =?utf8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Installer/install.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installer/install.cmd b/Installer/install.cmd index 469162c..2682376 100644 --- a/Installer/install.cmd +++ b/Installer/install.cmd @@ -10,8 +10,9 @@ if errorlevel 1 goto end "%IDE_PATH%\devenv" /build Release ..\Metro\Test.sln if errorlevel 1 goto end "%BUILD_PATH%\MSBuild.exe" /p:Configuration=Release ..\Help\fooeditengine_api.shfbproj -if errorlevel 1 goto end +if errorlevel 1 echo "building help file is failed" +:copy_dist md dist copy ..\Help\Help\Documentation.chm dist md dist\winform -- 2.11.0