From 3f66b985d5b86d75e96b1e2aa2c3b6b7751ebc35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Tue, 19 Nov 2019 21:55:10 +0100 Subject: [PATCH] Switch to generic Qt 5.12 Path on AppVeyor --- scripts/appveyor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/appveyor.sh b/scripts/appveyor.sh index bec5c31..077884a 100755 --- a/scripts/appveyor.sh +++ b/scripts/appveyor.sh @@ -43,7 +43,7 @@ export PATH="$PWD/protoc/bin:$PATH" || exit 1 PYTHON="C:/Python37/python.exe" "$PYTHON" -m pip install protobuf || exit 1 -QT_PATH="C:/Qt/5.12.4/msvc2017_64" +QT_PATH="C:/Qt/5.12/msvc2017_64" COPY_DLLS="$PWD/openssl-1.1/x64/bin/libcrypto-1_1-x64.dll $PWD/openssl-1.1/x64/bin/libssl-1_1-x64.dll $SDL_ROOT/lib/x64/SDL2.dll"