From: konekoneko Date: Sun, 31 Jul 2016 14:01:23 +0000 (+0900) Subject: サンドキャッスルがなくても実行ファイルだけは取得できるようにした X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b1704a0440ad3464875a9dc466bd8b1f6f49b4c9;p=fooeditengine%2FFooEditEngine.git サンドキャッスルがなくても実行ファイルだけは取得できるようにした --- 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