From bc5fba336a87be891e41ea5369ff22e711c8ef15 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Wed, 19 Dec 2018 23:00:44 +1100 Subject: Fix typo --- appveyor/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor') diff --git a/appveyor/build.bat b/appveyor/build.bat index 0102dc7..e3b96a8 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -8,7 +8,7 @@ echo Grabbing Qt 5.12 (Static) curl -L http://downloads.sourceforge.net/project/theinstaller/Qt5.12.0-static.7z > Qt.7z "/Program Files/7-zip/7z.exe" x Qt.7z -oQtStatic -r -set QTDIR=%cd$\QtStatic\Qt5.12.0-static +set QTDIR=%cd%\QtStatic\Qt5.12.0-static set PATH=%PATH%;%QTDIR%\bin call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" GOTO buildversions -- cgit v1.2.3