diff --git a/appveyor.yml b/appveyor.yml index df82f29..52770e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,10 +8,10 @@ build_script: - del /S *.o - del /S *.cpp - del /S *.h - - C:\Qt\5.9.2\mingw53_32\bin\windeployqt.exe '%APPVEYOR_BUILD_FOLDER%\CorgiDS\release' + - C:\Qt\5.9.2\mingw53_32\bin\windeployqt.exe %APPVEYOR_BUILD_FOLDER%\CorgiDS\release - xcopy C:\Qt\5.9.2\mingw53_32\bin\libwinpthread-1.dll C:\projects\corgiDS\CorgiDS\release /d - xcopy C:\Qt\5.9.2\mingw53_32\bin\libgcc_s_dw2-1.dll C:\projects\corgiDS\CorgiDS\release /d - - xcopy C:\Qt\5.9.2\mingw53_32\bin\libstdc++-6.dll '%APPVEYOR_BUILD_FOLDER%\CorgiDS\release' /d + - xcopy C:\Qt\5.9.2\mingw53_32\bin\libstdc++-6.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d #after_build: # - del /S *.o # - del /S *.cpp