From f99959124a495135dc95d84e3c9f01521bf6820d Mon Sep 17 00:00:00 2001 From: "Mr. eXoDia" Date: Mon, 13 Apr 2015 02:41:22 +0200 Subject: [PATCH] PROJECT: fixed jenkins build --- clean.bat | 3 ++- release.bat | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/clean.bat b/clean.bat index 6a84bc15..056bf171 100644 --- a/clean.bat +++ b/clean.bat @@ -77,4 +77,5 @@ del /Q bin\x64\x64bridge.dll echo cleaning help... cd help del /Q *.chm -rmdir /S /Q output \ No newline at end of file +rmdir /S /Q output +exit 0 \ No newline at end of file diff --git a/release.bat b/release.bat index 94dd27af..9b62184c 100644 --- a/release.bat +++ b/release.bat @@ -122,4 +122,6 @@ copy bin\x64\x64gui.dll %RELEASEDIR%\release\x64\x64gui.dll xcopy %RELEASEDIR%\qt_base %RELEASEDIR%\release /S /Y xcopy %RELEASEDIR%\bin_base %RELEASEDIR%\release /S /Y -xcopy %RELEASEDIR%\help %RELEASEDIR%\release /S /Y \ No newline at end of file +xcopy %RELEASEDIR%\help %RELEASEDIR%\release /S /Y + +exit 0 \ No newline at end of file