aboutsummaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-12-19 23:29:25 +1100
committerVictor Tran <vicr12345@gmail.com>2018-12-19 23:29:25 +1100
commit6ede4a80966901e49019e835a5c9d9330f3d69d9 (patch)
tree2a9d6107d68d75215655c753ddb1860f8f8433d1 /appveyor
parenta25e776133c1f4616a4f10692c297c8df9efbc4e (diff)
downloadtheInstaller-6ede4a80966901e49019e835a5c9d9330f3d69d9.tar.gz
theInstaller-6ede4a80966901e49019e835a5c9d9330f3d69d9.tar.bz2
theInstaller-6ede4a80966901e49019e835a5c9d9330f3d69d9.zip
Fix spacing in build.bat
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat
index 9b2a55a..c12f59d 100644
--- a/appveyor/build.bat
+++ b/appveyor/build.bat
@@ -14,7 +14,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary
REM Set Qt Paths
echo [Paths] > %QTDIR%\bin\qt.conf
-echo Prefix = %QTDIR% >> %QTDIR%\bin\qt.conf
+echo Prefix=%QTDIR% >> %QTDIR%\bin\qt.conf
GOTO buildversions