diff --git a/QSimpleUpdater/readme.txt b/QSimpleUpdater/readme.txt index fcf1508..4757bfb 100644 --- a/QSimpleUpdater/readme.txt +++ b/QSimpleUpdater/readme.txt @@ -2,7 +2,7 @@ PREFACE -------------- - Many websites today use the HTTPS protocol, which means that you will need SSL in order to communicate with them. If your project needs to access such a webiste (for example GitHub), you will need to carefully read the following information in order to ensure that QSimpleUpdater works with those websites (both in your machine and in the final users' machine). +Many websites today use the HTTPS protocol, which means that you will need SSL in order to communicate with them. If your project needs to access such a webiste (for example GitHub), you will need to carefully read the following information in order to ensure that QSimpleUpdater works with those websites (both in your machine and in the final users' machine). This readme guide is extremely important for any developer wishing to deploy his or her applications under the Windows platform, because the application will depend on the libraries provided by QSimpleUpdater. @@ -10,7 +10,7 @@ This readme guide is extremely important for any developer wishing to deploy his LINUX -------------- - Make sure that you have installed the following libraries in your system: + Make sure that you have installed the following libraries in your system: - lssl - lcrypto @@ -19,13 +19,13 @@ This readme guide is extremely important for any developer wishing to deploy his MAC OSX -------------- - The libraries required by QSimpleUpdater are the same as Linux, however, these libraries are installed by default in most Mac OS X installations. +The libraries required by QSimpleUpdater are the same as Linux, however, these libraries are installed by default in most Mac OS X installations. -------------- WINDOWS -------------- - QSimpleUpdater makes use of the OpenSSL-Win32 project, make sure that you deploy the following DLLs allong your application (the DLLs are provided with the source of QSimpleUpdater): +QSimpleUpdater makes use of the OpenSSL-Win32 project, make sure that you deploy the following DLLs allong your application (the DLLs are provided with the source of QSimpleUpdater): - dependencies/OpenSSL-Win32/bin/libeay32.dll - dependencies/OpenSSL-Win32/bin/ssleay32.dll \ No newline at end of file diff --git a/QSimpleUpdater/res/update.png b/QSimpleUpdater/res/update.png index 1b6bf12..c85fe01 100644 Binary files a/QSimpleUpdater/res/update.png and b/QSimpleUpdater/res/update.png differ diff --git a/QSimpleUpdater/src/dialogs/download_dialog.ui b/QSimpleUpdater/src/dialogs/download_dialog.ui index 2f9c407..972a641 100644 --- a/QSimpleUpdater/src/dialogs/download_dialog.ui +++ b/QSimpleUpdater/src/dialogs/download_dialog.ui @@ -7,7 +7,7 @@ 0 0 500 - 145 + 180 @@ -19,13 +19,13 @@ 500 - 145 + 180 500 - 145 + 180 diff --git a/QSimpleUpdater/src/qsimpleupdater.cpp b/QSimpleUpdater/src/qsimpleupdater.cpp index 0ae543e..a2e8c17 100644 --- a/QSimpleUpdater/src/qsimpleupdater.cpp +++ b/QSimpleUpdater/src/qsimpleupdater.cpp @@ -10,7 +10,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * */ #include "qsimpleupdater.h"