diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-12-19 23:00:44 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-12-19 23:00:44 +1100 |
| commit | bc5fba336a87be891e41ea5369ff22e711c8ef15 (patch) | |
| tree | 74d1ab93677e4cb44545b097ccf9aec7f1544093 /appveyor | |
| parent | 5a0dbb602a2abfc262ba81a80f636ba9cfbcb8c6 (diff) | |
| download | theInstaller-bc5fba336a87be891e41ea5369ff22e711c8ef15.tar.gz theInstaller-bc5fba336a87be891e41ea5369ff22e711c8ef15.tar.bz2 theInstaller-bc5fba336a87be891e41ea5369ff22e711c8ef15.zip | |
Fix typo
Diffstat (limited to 'appveyor')
| -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 |
