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.
master
Nicolas Hake 2018-11-18 10:02:11 +01:00
parent f90e424f4a
commit 5808ca8047
1 changed files with 1 additions and 1 deletions

View File

@ -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}\"