aboutsummaryrefslogtreecommitdiff
path: root/appveyor/build.bat
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-12-20 00:26:53 +1100
committerVictor Tran <vicr12345@gmail.com>2018-12-20 00:26:53 +1100
commitf5f29966b5c7885f2aa1937fc2be595af85d2754 (patch)
treea66cbdb21979e4241c1373e8e3fa6833152ddf68 /appveyor/build.bat
parent117be733404cda1921ac11e5dcb108c264653fbb (diff)
downloadtheInstaller-f5f29966b5c7885f2aa1937fc2be595af85d2754.tar.gz
theInstaller-f5f29966b5c7885f2aa1937fc2be595af85d2754.tar.bz2
theInstaller-f5f29966b5c7885f2aa1937fc2be595af85d2754.zip
Provide own zlib
Diffstat (limited to 'appveyor/build.bat')
-rw-r--r--appveyor/build.bat6
1 files changed, 2 insertions, 4 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat
index 2b005d7..d5124e3 100644
--- a/appveyor/build.bat
+++ b/appveyor/build.bat
@@ -6,11 +6,9 @@ if "%APPVEYOR_REPO_TAG_NAME%"=="continuous" (
echo Grabbing required files
curl -L http://downloads.sourceforge.net/project/theinstaller/Qt5.12.0-static.7z > Qt.7z
-curl -L https://sourceforge.net/projects/gnuwin32/files/zlib/1.2.3/zlib-1.2.3-lib.zip > zlib.zip
+curl -L http://downloads.sourceforge.net/project/theinstaller/zlib.7z > zlib.7z
"/Program Files/7-zip/7z.exe" x Qt.7z -oQtStatic -r
-"/Program Files/7-zip/7z.exe" x zlib.zip -ozlib -r
-
-copy appveyor\zconf.h zlib\include
+"/Program Files/7-zip/7z.exe" x zlib.7z -ozlib -r
set QTDIR=%cd%\QtStatic\Qt5.12.0-static
set ZLIBINCLUDEDIR=%cd%\zlib\include