From 0591a01207c6e374dc71f3bde3ca2744be199268 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Fri, 29 May 2020 23:55:14 +0200 Subject: Revert "Mingw version" This reverts commit c181b5d19b8c5ae81b09b7a7eebd618b31a4dd0b. --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index f869918a..0f2bc183 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ install: - - set QTDIR=C:\Qt\5.14.2\mingw73_32 + - set QTDIR=C:\Qt\5.14\mingw73_32 - choco install -y InnoSetup - - set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw730_32\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5" + - set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5" build_script: - qmake qtpass.pro CONFIG+=static - mingw32-make -- cgit v1.2.3