diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-20 22:39:53 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-20 22:39:53 -0800 |
commit | 78dda16d1c1f09210bf802c585ca484dede70817 (patch) | |
tree | 16274adc32f5c04bc0213820fb7557c5486f02f0 /packaging/windows | |
parent | 7f8c78633b9ae2721d20287f095aaa2d478f9aa0 (diff) | |
download | subsurface-78dda16d1c1f09210bf802c585ca484dede70817.tar.gz |
Add missing library to Windows installer
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/windows')
-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 fdf3327e8..6a54b9e77 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -134,6 +134,7 @@ Section File dll\libexpat-1.dll File dll\pthreadGC2.dll File dll\zlib1.dll + File dll\libbz2-1.dll File dll\libsoup-2.4-1.dll File dll\libosmgpsmap-2.dll File subsurface.ico |