diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-12-05 16:01:12 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-05 20:09:24 -0800 |
commit | 51c519f624f744e55cf2efa6ae4f2527f8a6e7d6 (patch) | |
tree | 7f4c0f34db57e6d1cc5e58ce44b2a0f7d22c662c /packaging | |
parent | 69826a6c2fdfa6590b7be3421c1c25bf810df5d7 (diff) | |
download | subsurface-51c519f624f744e55cf2efa6ae4f2527f8a6e7d6.tar.gz |
Include the translations in the Windows installer
Fixes #324
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 2631689fd..0d0471a20 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -104,6 +104,7 @@ Section File /r images File /r icons File /r plugins + File /r translations File iconv.dll File libdivecomputer-0.dll File libpng15-15.dll |