diff options
| -rw-r--r-- | appveyor/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
