diff --git a/appveyor.yml b/appveyor.yml index 874e80e1..88b8aa17 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,6 +53,8 @@ after_test: - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\CGAL-4.13\auxiliary\gmp\lib\libgmp-10.dll - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\CGAL-4.13\auxiliary\gmp\lib\libmpfr-4.dll - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\ci\opengl32sw.dll + - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\ci\libeay32.dll + - 7z a dust3d-%TAG%-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\ci\ssleay32.dll - 7z a dust3d-%TAG%-%PLATFORM%.zip %QTDIR%\bin\Qt5Widgets.dll - 7z a dust3d-%TAG%-%PLATFORM%.zip %QTDIR%\bin\Qt5Gui.dll - 7z a dust3d-%TAG%-%PLATFORM%.zip %QTDIR%\bin\Qt5Core.dll diff --git a/ci/libeay32.dll b/ci/libeay32.dll new file mode 100644 index 00000000..2dc811cb Binary files /dev/null and b/ci/libeay32.dll differ diff --git a/ci/ssleay32.dll b/ci/ssleay32.dll new file mode 100644 index 00000000..092c5377 Binary files /dev/null and b/ci/ssleay32.dll differ