diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-12-19 23:46:13 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-12-19 23:46:13 +1100 |
| commit | 660bb2a42e072d8eabbc856afd750fde47a37436 (patch) | |
| tree | 4a3e2535d54da444f9b67bebc75070892eae510b /appveyor/build.bat | |
| parent | 6ede4a80966901e49019e835a5c9d9330f3d69d9 (diff) | |
| download | theInstaller-660bb2a42e072d8eabbc856afd750fde47a37436.tar.gz theInstaller-660bb2a42e072d8eabbc856afd750fde47a37436.tar.bz2 theInstaller-660bb2a42e072d8eabbc856afd750fde47a37436.zip | |
Fix 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 c12f59d..b53f2bf 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%\bin\qt.conf GOTO buildversions |
