diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-12-19 23:29:25 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-12-19 23:29:25 +1100 |
| commit | 6ede4a80966901e49019e835a5c9d9330f3d69d9 (patch) | |
| tree | 2a9d6107d68d75215655c753ddb1860f8f8433d1 /appveyor/build.bat | |
| parent | a25e776133c1f4616a4f10692c297c8df9efbc4e (diff) | |
| download | theInstaller-6ede4a80966901e49019e835a5c9d9330f3d69d9.tar.gz theInstaller-6ede4a80966901e49019e835a5c9d9330f3d69d9.tar.bz2 theInstaller-6ede4a80966901e49019e835a5c9d9330f3d69d9.zip | |
Fix spacing in build.bat
Diffstat (limited to 'appveyor/build.bat')
| -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 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 |
