diff --git a/release.bat b/release.bat index e0f4a900..7282d101 100644 --- a/release.bat +++ b/release.bat @@ -15,11 +15,13 @@ copy bin\x32\Qt5Core.dll %RELEASEDIR%\qt_base\x32\ copy bin\x32\Qt5Gui.dll %RELEASEDIR%\qt_base\x32\ copy bin\x32\Qt5Widgets.dll %RELEASEDIR%\qt_base\x32\ copy bin\x32\Qt5Network.dll %RELEASEDIR%\qt_base\x32\ +copy bin\x32\libeay32.dll %RELEASEDIR%\qt_base\x32\ copy bin\x32\platforms\qwindows.dll %RELEASEDIR%\qt_base\x32\platforms\ copy bin\x64\Qt5Core.dll %RELEASEDIR%\qt_base\x64\ copy bin\x64\Qt5Gui.dll %RELEASEDIR%\qt_base\x64\ copy bin\x64\Qt5Widgets.dll %RELEASEDIR%\qt_base\x64\ copy bin\x64\Qt5Network.dll %RELEASEDIR%\qt_base\x64\ +copy bin\x64\libeay32.dll %RELEASEDIR%\qt_base\x64\ copy bin\x64\platforms\qwindows.dll %RELEASEDIR%\qt_base\x64\platforms\ echo bin_base