diff --git a/dev/windows/build_msi_and_zip.bat b/dev/windows/build_msi_and_zip.bat index 2c2a455b..065fc2db 100644 --- a/dev/windows/build_msi_and_zip.bat +++ b/dev/windows/build_msi_and_zip.bat @@ -94,6 +94,11 @@ if "%ARG1%" neq "norelease" ( ) nmake +if not exist bin/engauge.exe ( + echo "Executable could not be built. Stopping" + exit /b 1 +) + cd "%APPVEYOR_BUILD_FOLDER%" if not exist "%RESULTDIR%"\documentation mkdir "%RESULTDIR%"\documentation for %%I in (%QTDIRS%) do ( diff --git a/dev/windows/engauge.wxs b/dev/windows/engauge.wxs index 0e874d04..2fc667c6 100644 --- a/dev/windows/engauge.wxs +++ b/dev/windows/engauge.wxs @@ -91,19 +91,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + +