From 70b4dc99dc735511c2402ae066f3c7da7af06408 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 21 Mar 2018 12:23:31 +0100 Subject: 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. --- OWNCLOUD.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'OWNCLOUD.cmake') diff --git a/OWNCLOUD.cmake b/OWNCLOUD.cmake index a98c0787f..5b408cf23 100644 --- a/OWNCLOUD.cmake +++ b/OWNCLOUD.cmake @@ -5,6 +5,7 @@ set( APPLICATION_DOMAIN "owncloud.com" ) set( APPLICATION_VENDOR "ownCloud" ) set( APPLICATION_UPDATE_URL "https://updates.owncloud.com/client/" CACHE string "URL for updater" ) set( APPLICATION_ICON_NAME "owncloud" ) +set( APPLICATION_PLACEHOLDER_SUFFIX "owncloud" CACHE STRING "Placeholder suffix (not including the .)") set( LINUX_PACKAGE_SHORTNAME "owncloud" ) -- cgit v1.2.3