From 5808ca80474f766c7c844346335f3456b3676d06 Mon Sep 17 00:00:00 2001 From: Nicolas Hake Date: Sun, 18 Nov 2018 10:02:11 +0100 Subject: [PATCH] Appveyor: Stop depending on specific Qt build AppVeyor occasionally updates platform images without really versioning them, so in order to have a higher chance of not being broken by those, we'll just use 5.11 instead of specifying 5.11.1 explicitly. --- tools/ci/appv-AfterBuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/appv-AfterBuild.ps1 b/tools/ci/appv-AfterBuild.ps1 index 4616974e0..46916bae5 100644 --- a/tools/ci/appv-AfterBuild.ps1 +++ b/tools/ci/appv-AfterBuild.ps1 @@ -140,7 +140,7 @@ if ($env:DEPLOYMENT_URL -and $env:DEPLOYMENT_SECRET) { } # Copy executables, Qt - C:\Qt\5.11.1\msvc2017_64\bin\windeployqt.exe --no-translations --no-compiler-runtime --dir $deploy_dir $openclonk.GetPropertyValue('TargetPath') + C:\Qt\5.11\msvc2017_64\bin\windeployqt.exe --no-translations --no-compiler-runtime --dir $deploy_dir $openclonk.GetPropertyValue('TargetPath') Copy-Item $openclonk.GetPropertyValue('TargetPath') "${deploy_dir}\" Copy-Item $c4group.GetPropertyValue('TargetPath') "${deploy_dir}\"