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:
authorDaniel Molkentin <danimo@owncloud.com>2015-08-03 20:23:28 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-08-03 20:24:01 +0300
commit18efb211576ca0e9fce2b8f4e00977a9f4ea2ace (patch)
tree3796b98b4d58421a17fa9ef7224b0fd74bf5198b /cmake/modules/NSIS.template.in
parent89ebad895db292a0f6421e6525080c12bd533b3d (diff)
win32: libwebp has been bumped to version 5
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-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 e30c2f84d..e44e74756 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -443,7 +443,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
File "${MING_BIN}\libcrypto-10.dll"
File "${MING_BIN}\libssl-10.dll"
File "${MING_BIN}\libstdc++-6.dll"
- File "${MING_BIN}\libwebp-4.dll"
+ File "${MING_BIN}\libwebp-5.dll"
File "${MING_BIN}\libxslt-1.dll"
File "${MING_BIN}\libxml2-2.dll"
File "${MING_BIN}\zlib1.dll"