diff --git a/AppVeyor/make_installer.sh b/AppVeyor/make_installer.sh index 732d0c5..e293a43 100644 --- a/AppVeyor/make_installer.sh +++ b/AppVeyor/make_installer.sh @@ -39,6 +39,10 @@ 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 + ls cat installer.iss.pattern.bottom >> installer.iss