From af313a3dc60781a5e18892d4ffd3316195c3991c Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Wed, 17 Sep 2014 19:11:19 +0200 Subject: [PATCH] Do not include liblucene++-contrib.dll in the installer --- CMakeModules/NSIS.template.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeModules/NSIS.template.in b/CMakeModules/NSIS.template.in index 2a45477ec..61609cc5a 100644 --- a/CMakeModules/NSIS.template.in +++ b/CMakeModules/NSIS.template.in @@ -395,7 +395,6 @@ Section "Tomahawk Player" SEC_TOMAHAWK_PLAYER File "${MING_BIN}\libcrypto-10.dll" File "${MING_BIN}\liblucene++.dll" - File "${MING_BIN}\liblucene++-contrib.dll" File "${MING_BIN}\libqtsparkle.dll" File "${MING_BIN}\libattica.dll" @@ -619,7 +618,7 @@ Section Uninstall DeleteRegValue HKLM "Software\Tomahawk" "VersionRevision" DeleteRegValue HKLM "Software\Tomahawk" "" DeleteRegKey HKLM "Software\Tomahawk" - + DeleteRegKey HKCR "Software\Tomahawk" DeleteRegKey HKCR "Software\TomahawkSpotify" DeleteRegKey HKCR "tomahawk"