From 455ad92e4d5986a41e6951d23801644e3e703bbe Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 7 Aug 2017 16:14:24 +0200 Subject: Make 2.3.2 noshib osx Signed-off-by: Roeland Jago Douma --- nextcloudtheme/OEM.cmake | 2 +- nextcloudtheme/nextcloudtheme.h | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/nextcloudtheme/OEM.cmake b/nextcloudtheme/OEM.cmake index a459d16..57deebd 100644 --- a/nextcloudtheme/OEM.cmake +++ b/nextcloudtheme/OEM.cmake @@ -3,7 +3,7 @@ set( APPLICATION_SHORTNAME "Nextcloud" ) set( APPLICATION_EXECUTABLE "nextcloud" ) set( APPLICATION_DOMAIN "nextcloud.com" ) set( APPLICATION_VENDOR "Nextcloud GmbH" ) -set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE string "URL for updater" ) +set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client_noshib/" CACHE string "URL for updater" ) set( APPLICATION_ICON_NAME "Nextcloud" ) set( THEME_CLASS "NextcloudTheme" ) diff --git a/nextcloudtheme/nextcloudtheme.h b/nextcloudtheme/nextcloudtheme.h index e608ee2..bb1f35a 100644 --- a/nextcloudtheme/nextcloudtheme.h +++ b/nextcloudtheme/nextcloudtheme.h @@ -90,7 +90,11 @@ public: re += gitSHA1(); return re; -} + } + + QString forceConfigAuthType() const { + return QLatin1String("http"); + } }; -- cgit v1.2.3