1
0
Fork 0

PROJECT: renamed !upload to release in script

This commit is contained in:
Mr. eXoDia 2014-11-11 18:33:21 +01:00
parent 2e2c0de8a1
commit 849a61c91c
1 changed files with 7 additions and 7 deletions

View File

@ -111,14 +111,14 @@ del x64_dbg.def
del x64_dbg.a
copy bin\x64\x64_dbg.lib %RELEASEDIR%\pluginsdk\x64_dbg.lib
echo !upload
echo release
rmdir %RELEASEDIR%\!upload /S /Q
mkdir %RELEASEDIR%\!upload
rmdir %RELEASEDIR%\release /S /Q
mkdir %RELEASEDIR%\release
xcopy %RELEASEDIR%\qt_base %RELEASEDIR%\!upload /S /Y
xcopy %RELEASEDIR%\bin_base %RELEASEDIR%\!upload /S /Y
xcopy %RELEASEDIR%\release %RELEASEDIR%\!upload /S /Y
xcopy %RELEASEDIR%\help %RELEASEDIR%\!upload /S /Y
xcopy %RELEASEDIR%\qt_base %RELEASEDIR%\release /S /Y
xcopy %RELEASEDIR%\bin_base %RELEASEDIR%\release /S /Y
xcopy %RELEASEDIR%\release %RELEASEDIR%\release /S /Y
xcopy %RELEASEDIR%\help %RELEASEDIR%\release /S /Y
exit 0