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:
authorKlaas Freitag <freitag@owncloud.com>2013-02-05 17:36:52 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-02-05 17:37:39 +0400
commit7734656ae34c4f3cd69fb7d61094567b1e71d789 (patch)
tree54531527c616f126f1bd5c9292540b694d8af825 /cmake
parentc14e17e27137e4ba8c7fd1608c260fbcd8c0ed99 (diff)
Make mirall packager for win bundle the new openSSL dlls.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/NSIS.template.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index a06f4c2e2..367d3fce9 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -343,8 +343,8 @@ Section "${APPLICATION_NAME}" SEC_OWNCLOUD
;File "${MING_BIN}\libpng15-15.dll"
;File "${MING_BIN}\libjpeg-8.dll"
File "${MING_BIN}\zlib1.dll"
- File "${MING_BIN}\libcrypto-8.dll"
- File "${MING_BIN}\libssl-8.dll"
+ File "${MING_BIN}\libcrypto-10.dll"
+ File "${MING_BIN}\libssl-10.dll"
; CSync configs
File "${SOURCE_PATH}/sync-exclude.lst"