OSDN Git Service

サンドキャッスルがなくても実行ファイルだけは取得できるようにした
authorkonekoneko <test2214@hotmail.co.jp>
Sun, 31 Jul 2016 14:01:23 +0000 (23:01 +0900)
committerkonekoneko <test2214@hotmail.co.jp>
Sun, 31 Jul 2016 14:01:23 +0000 (23:01 +0900)
Installer/install.cmd

index 469162c..2682376 100644 (file)
@@ -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