diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 15:02:45 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 15:02:45 -0800 |
commit | 06bf0e1849559e0109c419beae627b44f477dc88 (patch) | |
tree | 35b68161c8e51871ef0cd2423d9d981663ac7d09 /packaging | |
parent | 0c833ef03bc77d637cfb0ffb989a4462a56aa06e (diff) | |
download | subsurface-06bf0e1849559e0109c419beae627b44f477dc88.tar.gz |
Include icons in the Windows installer
Also fix the dependency / ordering issue with running makensis
Fixes #252
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 50abde47e..67a40c5e9 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -102,6 +102,7 @@ Section File /r xslt File /r data File /r images + File /r icons File dll\iconv.dll File dll\libdivecomputer-0.dll File dll\libintl-8.dll |