From f82a1f6c2b7d0aa44be228b6c5656fd2e7b479d5 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 24 Jan 2018 21:42:10 +0100 Subject: [PATCH] ... --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7bdd2ae..45bb32f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ 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.3\mingw53_32\bin\windeployqt.exe %APPVEYOR_BUILD_FOLDER%\CorgiDS\release - xcopy C:\Qt\5.9.3\mingw53_32\bin\libwinpthread-1.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d - xcopy C:\Qt\5.9.3\mingw53_32\bin\libgcc_s_dw2-1.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d - xcopy C:\Qt\5.9.3\mingw53_32\bin\libstdc++-6.dll %APPVEYOR_BUILD_FOLDER%\CorgiDS\release /d