mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-19 12:53:25 +01:00
Use SSL for sparkle update checks.
This commit is contained in:
parent
5ee9961d4f
commit
80e1e19f24
2
dist/Info.plist.in
vendored
2
dist/Info.plist.in
vendored
@ -31,7 +31,7 @@
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.music</string>
|
||||
<key>SUFeedURL</key>
|
||||
<string>http://data.clementine-player.org/sparkle</string>
|
||||
<string>https://clementine-data.appspot.com/sparkle</string>
|
||||
<key>SUPublicDSAKeyFile</key>
|
||||
<string>sparkle_pub.pem</string>
|
||||
<key>BreakpadProduct</key>
|
||||
|
@ -611,7 +611,7 @@ MainWindow::MainWindow(
|
||||
#ifdef Q_OS_WIN32
|
||||
qLog(Debug) << "Creating sparkle updater";
|
||||
qtsparkle::Updater* updater = new qtsparkle::Updater(
|
||||
QUrl("http://data.clementine-player.org/sparkle-windows"), this);
|
||||
QUrl("https://clementine-data.appspot.com/sparkle-windows"), this);
|
||||
updater->SetNetworkAccessManager(new NetworkAccessManager(this));
|
||||
updater->SetVersion(CLEMENTINE_VERSION);
|
||||
connect(check_updates, SIGNAL(triggered()), updater, SLOT(CheckNow()));
|
||||
|
Loading…
Reference in New Issue
Block a user