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-02-08 00:32:42 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-02-08 00:32:42 +0300
commitd3103adbd8628a570267cc8179f29e84363eb3a3 (patch)
tree338c1b3453ec4215498207c38855d0c2d5bac062 /cmake/modules/NSIS.template.in
parentd4132072d840e45ca9e39f7762c688d25ff64eea (diff)
Ship translations on Windows again after rename
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 3d56479e3..50a8fe403 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -388,7 +388,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
File "${BUILD_PATH}\bin\lib${APPLICATION_SHORTNAME}sync.dll"
File "${BUILD_PATH}\bin\libocsync.dll"
- File "${BUILD_PATH}\src\gui\mirall_*.qm"
+ File "${BUILD_PATH}\src\gui\client*.qm"
; Make sure only to copy qt, not qt_help, etc
File "${MING_SHARE}\qt5\translations\qt_??.qm"
File "${MING_SHARE}\qt5\translations\qt_??_??.qm"