aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-12-19 23:00:44 +1100
committerVictor Tran <vicr12345@gmail.com>2018-12-19 23:00:44 +1100
commitbc5fba336a87be891e41ea5369ff22e711c8ef15 (patch)
tree74d1ab93677e4cb44545b097ccf9aec7f1544093
parent5a0dbb602a2abfc262ba81a80f636ba9cfbcb8c6 (diff)
downloadtheInstaller-bc5fba336a87be891e41ea5369ff22e711c8ef15.tar.gz
theInstaller-bc5fba336a87be891e41ea5369ff22e711c8ef15.tar.bz2
theInstaller-bc5fba336a87be891e41ea5369ff22e711c8ef15.zip
Fix typo
-rw-r--r--appveyor/build.bat2
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