diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-12-15 14:24:30 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-15 14:24:30 -0800 |
commit | 5c2ded584085f79d39e40ad89fd0c52980bab676 (patch) | |
tree | 1d01e2ea190a82ba1561c8e6f97a3d64bf70a701 /packaging | |
parent | d3065d811ac6441fd0eaa64b17eade4335a5a366 (diff) | |
download | subsurface-5c2ded584085f79d39e40ad89fd0c52980bab676.tar.gz |
Disable https on Windows for 4.0
We appear to be missing the correct dll. I'm out of time trying to track
this down, so I just switched Subsurface to access divelogs.de via http on
Windwos.
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 aa083828e..e8246fc00 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -118,6 +118,7 @@ Section File libgcc_s_sjlj-1.dll File libstdc++-6.dll File libmarblewidget*dll + File libssl-10.dll File Qt*4.dll File subsurface.ico File qt.conf |