aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-12-19 23:46:13 +1100
committerVictor Tran <vicr12345@gmail.com>2018-12-19 23:46:13 +1100
commit660bb2a42e072d8eabbc856afd750fde47a37436 (patch)
tree4a3e2535d54da444f9b67bebc75070892eae510b
parent6ede4a80966901e49019e835a5c9d9330f3d69d9 (diff)
downloadtheInstaller-660bb2a42e072d8eabbc856afd750fde47a37436.tar.gz
theInstaller-660bb2a42e072d8eabbc856afd750fde47a37436.tar.bz2
theInstaller-660bb2a42e072d8eabbc856afd750fde47a37436.zip
Fix build.bat
-rw-r--r--appveyor/build.bat2
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