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:
authorChristian Kamm <mail@ckamm.de>2018-03-21 14:23:31 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:57:50 +0300
commit7dc65b060de9e40df93785896068e47b9632e687 (patch)
treeb91ae264a3d9f7828bce8e988cdf0d52564059e2 /NEXTCLOUD.cmake
parent6a37a7a42cfdb63f3cf13e31ad1f156a3dc95a09 (diff)
NSIS: Register placeholder extension
Also change the placeholder suffix config option to not include the dot, the dotless form is needed in the nsis script.
Diffstat (limited to 'NEXTCLOUD.cmake')
-rw-r--r--NEXTCLOUD.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEXTCLOUD.cmake b/NEXTCLOUD.cmake
index ec5830a4f..870cad83e 100644
--- a/NEXTCLOUD.cmake
+++ b/NEXTCLOUD.cmake
@@ -9,6 +9,7 @@ set( APPLICATION_ICON_NAME "Nextcloud" )
set( APPLICATION_SERVER_URL "" CACHE STRING "URL for the server to use. If entered, the UI field will be pre-filled with it" )
set( APPLICATION_SERVER_URL_ENFORCE ON ) # If set and APPLICATION_SERVER_URL is defined, the server can only connect to the pre-defined URL
set( APPLICATION_REV_DOMAIN "com.nextcloud.desktopclient" )
+set( APPLICATION_PLACEHOLDER_SUFFIX "nextcloud" CACHE STRING "Placeholder suffix (not including the .)")
set( LINUX_PACKAGE_SHORTNAME "nextcloud" )
set( LINUX_APPLICATION_ID "${APPLICATION_REV_DOMAIN}.${LINUX_PACKAGE_SHORTNAME}")