diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-04-03 14:22:53 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-03 14:22:53 -0700 |
commit | eba62d3cf138854625ec95b75bdd55a35e5217a0 (patch) | |
tree | d67fc793999f20040f7599b18707f54f98f9958a /packaging/windows | |
parent | 0b8462bd584c7606e3a9091947ccdbf04a32dea8 (diff) | |
download | subsurface-eba62d3cf138854625ec95b75bdd55a35e5217a0.tar.gz |
Windows installer needs libsqlite
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 60263843c..548b6cc7a 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -137,6 +137,7 @@ Section File dll\libbz2-1.dll File dll\libsoup-2.4-1.dll File dll\libosmgpsmap-2.dll + File dll\libsqlite3-0.dll File subsurface.ico File /r share |