From 14671a0b5246b975a554bc4d65928a78ba852c21 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Sat, 8 Jul 2017 12:39:43 +0200 Subject: [PATCH] Pinpoint the needed OpenSSL DLLs --- AppVeyor/make_installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppVeyor/make_installer.sh b/AppVeyor/make_installer.sh index e7391e9..32dbb65 100644 --- a/AppVeyor/make_installer.sh +++ b/AppVeyor/make_installer.sh @@ -40,9 +40,9 @@ addFile /c/Qt/5.9/mingw53_32/bin/LIBSTDC++-6.DLL addFile /c/Qt/5.9/mingw53_32/bin/LIBWINPTHREAD-1.DLL addFile /c/Qt/5.9/mingw53_32/bin/LIBGCC_S_DW2-1.DLL -for filename in /c/OpenSSL-Win32/bin/*.dll; do - addFile $filename -done +addFile /c/OpenSSL-Win32/bin/libeay32.dll +addFile /c/OpenSSL-Win32/bin/ssleay32.dll +addFile /c/OpenSSL-Win32/bin/msvcr120.dll ls