diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-03 07:49:45 +1100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-03 07:49:45 +1100 |
commit | ec1998216fb636cba8fb798bb677caaeb42f9a68 (patch) | |
tree | 329d33c2d93166d8012286ff256deea066ff1e0f /packaging/windows/subsurface.nsi.in | |
parent | 99dbd667bf2a40f2ea8444780310114e353f4557 (diff) | |
parent | ce87c26c0049336ec62ebcf03a93c589c8818d20 (diff) | |
download | subsurface-ec1998216fb636cba8fb798bb677caaeb42f9a68.tar.gz |
Merge branch 'subsurface-icon' of github.com:henrik242/subsurface
Diffstat (limited to 'packaging/windows/subsurface.nsi.in')
-rw-r--r-- | packaging/windows/subsurface.nsi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 5fdad4fff..59944d7df 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -99,7 +99,7 @@ Section # Files to include in installer File ..\..\subsurface.exe - File ..\..\subsurface.svg + File ..\..\subsurface-icon.svg File ..\..\xslt\jdivelog2subsurface.xslt File ..\..\xslt\SuuntoSDM.xslt File dll\iconv.dll @@ -167,7 +167,7 @@ Section "Uninstall" Delete "$INSTDIR\freetype-config" Delete "$INSTDIR\subsurface.exe" Delete "$INSTDIR\subsurface.ico" - Delete "$INSTDIR\subsurface.svg" + Delete "$INSTDIR\subsurface-icon.svg" Delete "$INSTDIR\Uninstall.exe" RMDir /r "$INSTDIR\share" RMDir "$INSTDIR" |