From 14aa75628d7b96afb95772b7080676e451f7e727 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 7 Nov 2015 14:53:05 +0100 Subject: [PATCH] Updated README file + include OpenSSL libraries. --- Docs/Readme.html | 3 +++ MPUI_Setup.nsi | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Docs/Readme.html b/Docs/Readme.html index dba8e69..718c551 100644 --- a/Docs/Readme.html +++ b/Docs/Readme.html @@ -277,6 +277,9 @@ License: GNU General Public License [2015-11-07] * MPlayer binaries updated to SVN-r37451 * SMPlayer updated to version v15.9.0 (SVN-r7212) +* Various installer improvements/fixes +* Revamped auto-update tool +* Qt Runtime Libs updated to Version 4.8.7 [2015-02-06] * MPlayer binaries updated to SVN-r37368 diff --git a/MPUI_Setup.nsi b/MPUI_Setup.nsi index 9ad582e..d4592c7 100644 --- a/MPUI_Setup.nsi +++ b/MPUI_Setup.nsi @@ -547,6 +547,8 @@ Section "!SMPlayer $(MPLAYER_LANG_FRONT_END) v${SMPLAYER_VERSION}" SECID_SMPLAYE File "SMPlayer\QtScript4.dll" File "SMPlayer\QtXml4.dll" File "SMPlayer\QtDBus4.dll" + File "SMPlayer\libeay32.dll" + File "SMPlayer\ssleay32.dll" File "SMPlayer\zlib1.dll" ; Additional SMPlayer files -- 2.11.4.GIT