diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-12-11 16:04:17 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-12-11 16:04:17 -0800 |
commit | 969ab7f121564b3918b92e1d88cd6b13cb83122b (patch) | |
tree | 4e345dd52e88455f49d3d679070e896a7bdb56ac /packaging | |
parent | 0b69bd474d08570981a296ff847a9fd01b4b53af (diff) | |
download | subsurface-969ab7f121564b3918b92e1d88cd6b13cb83122b.tar.gz |
Add crypto library to Windows installer file
This dependency was brought in by commit 3e51d56f87a3 "Improve on
divecomputer data handling".
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/subsurface.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi index c1e4af54e..dbd04ebee 100644 --- a/packaging/windows/subsurface.nsi +++ b/packaging/windows/subsurface.nsi @@ -135,6 +135,7 @@ Section File dll\libexpat-1.dll File dll\pthreadGC2.dll File dll\zlib1.dll + File dll\libcrypto-10.dll File subsurface.ico File /r share |