From ef696aa485095089780e4b0017c673efb2d9a82d Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Mon, 3 Aug 2020 23:40:20 +1000 Subject: [PATCH] Fix CI Environment --- appveyor/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor/build.bat b/appveyor/build.bat index 6d07762..5ea586e 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -7,7 +7,7 @@ if "%APPVEYOR_REPO_TAG_NAME%"=="continuous" ( set QTDIR=C:\Qt\5.15\msvc2019_64 set PATH=%PATH%;%QTDIR%\bin -call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" +call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" qmake the-libs.pro nmake release nmake install