aboutsummaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat
index 36d4cee..3bfd0a9 100644
--- a/appveyor/build.bat
+++ b/appveyor/build.bat
@@ -23,13 +23,13 @@ echo Prefix=.. >> %QTDIR%\bin\qt.conf
GOTO buildversions
:build
-echo *********************************************
+echo ***********************************************************
echo BUILDING %~1
-echo URL: %~2
-echo *********************************************
+echo URL: %~2
+echo ***********************************************************
if not exist "deploy" mkdir deploy
set DEPLOY=%cd%\deploy
-echo %~2 > metadata.txt
+echo %~2 > installer\metadata.txt
mkdir %~1
pushd %~1
qmake ..\theInstaller.pro "LIBS += -L\"%ZLIBDIR%\"" "INCLUDEPATH += \"%ZLIBINCLUDEDIR%\""