1
0
Fork 0

PROJECT: fixed jenkins build

This commit is contained in:
Mr. eXoDia 2015-04-13 02:41:22 +02:00
parent 1a0f112b66
commit f99959124a
2 changed files with 5 additions and 2 deletions

View File

@ -77,4 +77,5 @@ del /Q bin\x64\x64bridge.dll
echo cleaning help...
cd help
del /Q *.chm
rmdir /S /Q output
rmdir /S /Q output
exit 0

View File

@ -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
xcopy %RELEASEDIR%\help %RELEASEDIR%\release /S /Y
exit 0