Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-01-31 13:03:51 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-01-31 13:28:46 +0300
commitb34708da29992b0daa9f373f3b2fd78af980fa5f (patch)
treee1a7b3bee9c04b07078060d8909c35e112f1a5bf /NEXTCLOUD.cmake
parent0c21852bc382264bc24625e36201f292784f6462 (diff)
Move help URL also to CMAKE
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'NEXTCLOUD.cmake')
-rw-r--r--NEXTCLOUD.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEXTCLOUD.cmake b/NEXTCLOUD.cmake
index 011c41d10..80e48b533 100644
--- a/NEXTCLOUD.cmake
+++ b/NEXTCLOUD.cmake
@@ -4,6 +4,7 @@ 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_HELP_URL "" CACHE string "URL for the help menu" )
set( APPLICATION_ICON_NAME "Nextcloud" )
set( LINUX_PACKAGE_SHORTNAME "nextcloud" )
@@ -28,3 +29,4 @@ option( WITH_PROVIDERS "Build with providers list" ON )
set( APPLICATION_WIZARD_HEADER_BACKGROUND_COLOR "#0082c9" CACHE string "Hex color of the wizard header background")
set( APPLICATION_WIZARD_HEADER_TITLE_COLOR "#ffffff" CACHE string "Hex color of the text in the wizard header")
option( APPLICATION_WIZARD_USE_CUSTOM_LOGO "Use the logo from ':/client/theme/colored/wizard_logo.png' else the default application icon is used" ON )
+