Use the provided updater URL
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 31 Jan 2019 08:52:16 +0000 (09:52 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 31 Jan 2019 08:52:16 +0000 (09:52 +0100)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
src/libsync/theme.cpp

index 3e968bdbaf56326d623eca18a1b30a62f145b580..4a2c2afda26a97a02bd968c5faadfc55e40f962e 100644 (file)
@@ -291,7 +291,7 @@ bool Theme::monoIconsAvailable() const
 
 QString Theme::updateCheckUrl() const
 {
-    return QLatin1String("https://updates.nextcloud.org/client/");
+    return APPLICATION_UPDATE_URL;
 }
 
 qint64 Theme::newBigFolderSizeLimit() const