diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-11-27 17:42:47 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-27 17:54:28 -0800 |
commit | 34c77db50698517e31f5b6c10305fb34894e7357 (patch) | |
tree | 9112bbb4d03ad2188419019f085824b7116939f7 | |
parent | 08f4f42e1eb2c8f28f73b81cca041d274c57277f (diff) | |
download | subsurface-34c77db50698517e31f5b6c10305fb34894e7357.tar.gz |
Don't try to deploy libintl DLL on Windows
We don't use it for translations anymore.
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index ced5dc317..6476eb774 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -105,7 +105,6 @@ Section File /r icons File iconv.dll File libdivecomputer-0.dll - File libintl-8.dll File libpng15-15.dll File libusb-1.0.dll File libxml2-2.dll |