Use secure connection.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-03-05 18:18:05 +02:00
parent c6c62f6b72
commit 7350d32dc7

View file

@ -50,7 +50,7 @@
#include "fvavailableupdate.h"
#include "fvupdatewindow.h"
const QString defaultFeedURL = QStringLiteral("http://valentinaproject.bitbucket.io/Appcast.xml");
const QString defaultFeedURL = QStringLiteral("https://valentinaproject.bitbucket.io/Appcast.xml");
QPointer<FvUpdater> FvUpdater::m_Instance;