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 /CMakeLists.txt
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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0062e0beb..5df238838 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -180,8 +180,6 @@ if(APPLE)
set( SOCKETAPI_TEAM_IDENTIFIER_PREFIX "" CACHE STRING "SocketApi prefix (including a following dot) that must match the codesign key's TeamIdentifier/Organizational Unit" )
endif()
-set(OWNCLOUD_PLACEHOLDER_SUFFIX ".owncloud" CACHE STRING "Placeholder suffix (must start with a .)")
-
if(BUILD_CLIENT)
if(APPLE AND BUILD_UPDATER)
find_package(Sparkle)