aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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