From 8f20f7d0c2a6e1e1503410157e76e47cc330ebe0 Mon Sep 17 00:00:00 2001 From: kelteseth Date: Sun, 11 Nov 2018 16:41:55 +0100 Subject: [PATCH] Add OpenSSL libs --- scripts/package.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/package.bat b/scripts/package.bat index 7a2d0c70..9f046747 100644 --- a/scripts/package.bat +++ b/scripts/package.bat @@ -17,6 +17,10 @@ xcopy /s ScreenPlayWidget\release ..\PACKAGE xcopy /s ScreenPlayWindow\release ..\PACKAGE xcopy /s ScreenPlayWorkshop\release ..\PACKAGE +xcopy C:\Qt\Tools\QtCreator\bin\libeay32.dll ..\PACKAGE +xcopy C:\Qt\Tools\QtCreator\bin\ssleay32.dll ..\PACKAGE + + cd .. windeployqt.exe --release --qmldir ScreenPlay/qml PACKAGE/ScreenPlay.exe