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

github.com/owncloud/client.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
committerChristian Kamm <mail@ckamm.de>2018-04-18 11:27:51 +0300
commit70b4dc99dc735511c2402ae066f3c7da7af06408 (patch)
tree2e7d0009324f4fa32105ec38aeb9ba7bbeb35f0d /config.h.in
parent65a2b1aa8a5b43ae8c867c0c9afd24e17f577c8e (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 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 1f4372f2f..c78d52059 100644
--- a/config.h.in
+++ b/config.h.in
@@ -18,7 +18,8 @@
#cmakedefine APPLICATION_EXECUTABLE "@APPLICATION_EXECUTABLE@"
#cmakedefine APPLICATION_UPDATE_URL "@APPLICATION_UPDATE_URL@"
#cmakedefine APPLICATION_ICON_NAME "@APPLICATION_ICON_NAME@"
-#cmakedefine OWNCLOUD_PLACEHOLDER_SUFFIX "@OWNCLOUD_PLACEHOLDER_SUFFIX@"
+#cmakedefine APPLICATION_PLACEHOLDER_SUFFIX "@APPLICATION_PLACEHOLDER_SUFFIX@"
+#define APPLICATION_DOTPLACEHOLDER_SUFFIX "." APPLICATION_PLACEHOLDER_SUFFIX
#cmakedefine ZLIB_FOUND @ZLIB_FOUND@