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
path: root/cmake
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-06-20 10:53:21 +0300
committerDominik Schmidt <domme@tomahawk-player.org>2018-06-20 12:23:16 +0300
commit4f96647bae15ce8a91f995fcbad7c7a598dfbab3 (patch)
treec5303b9e47f9ba3c70c2ef14a1cca4e207aea51e /cmake
parent79ef892e7191cde5ffd7bc4e03b2718887bb879a (diff)
Rename ocsync library to ${APPLICATION_EXECUTABLE}_csync
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index dc68d745b..0f44ab2b4 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -389,8 +389,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
File "${BUILD_PATH}\bin\${APPLICATION_EXECUTABLE}"
File "${BUILD_PATH}\bin\${APPLICATION_CMD_EXECUTABLE}"
File "${BUILD_PATH}\bin\lib${APPLICATION_SHORTNAME}sync.dll"
- ; Yes, with @ ... ${APPLICATION_EXECUTABLE} contains the .exe extension, @APPLICATION_EXECUTABLE@ does not.
- File "${BUILD_PATH}\bin\libocsync_@APPLICATION_EXECUTABLE@.dll"
+ File "${BUILD_PATH}\bin\lib${APPLICATION_SHORTNAME}_csync.dll"
File "${BUILD_PATH}\src\gui\client*.qm"
; Make sure only to copy qt, not qt_help, etc