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

@ -78,3 +78,4 @@ echo cleaning help...
cd help
del /Q *.chm
rmdir /S /Q output
exit 0

View File

@ -123,3 +123,5 @@ 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
exit 0