From 968c6ecc442b4dcfce85b4334e3ed269c4d32be3 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 26 Jul 2018 10:27:43 +0200 Subject: [PATCH] Fix the path of AppVeyor Qt to be minor version independent. AppVeyor may update minor version of Qt and change `5.11.0` to `5.11.1`. If we use the path with the full version, it will break in the futur. AppVeyor install a link `5.11` pointing to the last version, so let's use it. --- appveyor/package_kiwix-desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor/package_kiwix-desktop.sh b/appveyor/package_kiwix-desktop.sh index b800f25..fd60ac5 100644 --- a/appveyor/package_kiwix-desktop.sh +++ b/appveyor/package_kiwix-desktop.sh @@ -10,7 +10,7 @@ mkdir $KIWIX_DIR mkdir -p NIGHTLY_KIWIX_ARCHIVES_DIR cp /c/projects/kiwix-build/kiwix-desktop/Release/kiwix-desktop.exe $KIWIX_DIR -/c/Qt/5.11.0/msvc2017_64/bin/windeployqt --compiler-runtime $KIWIX_DIR +/c/Qt/5.11/msvc2017_64/bin/windeployqt --compiler-runtime $KIWIX_DIR cp $MINGW64_EXTRA_DIR/bin/*.dll $KIWIX_DIR