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
path: root/cmake
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2013-07-31 10:34:56 +0400
committerDaniel Molkentin <danimo@owncloud.com>2013-07-31 10:35:13 +0400
commitbe65f7817480f60be5ce82518911fdd54b46d404 (patch)
tree80034aa4e88a55c8592461ae1f86c445f33612b3 /cmake
parentfd6a17f3e64a1080aae743020238d7b2a4753b11 (diff)
Fix win32 installer
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 3177d0688..3e0006d6b 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -282,7 +282,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
!ifndef INSTALL_PATH
;Main executable.
File "${BUILD_PATH}\bin\${APPLICATION_EXECUTABLE}"
- File "${BUILD_PATH}\src\libowncloudsync.dll"
+ File "${BUILD_PATH}\src\lib${APPLICATION_SHORTNAME}sync.dll"
File "${BUILD_PATH}\src\mirall_ca.qm"
File "${BUILD_PATH}\src\mirall_cs_CZ.qm"