Fix two Delete statements. They didn't delete the files in the install dir.

This commit is contained in:
Andreas 2015-04-29 19:08:15 +02:00
parent 580cfa4977
commit 7cd4a567d7
1 changed files with 2 additions and 2 deletions

View File

@ -250,9 +250,9 @@ Section "Delete old files" oldfiles
Delete "$INSTDIR\gstreamer-plugins\libgstqtdemux.dll"
; No longer using built-in libechonest
Delete "libechonest.dll"
Delete "$INSTDIR\libechonest.dll"
; No longer using built-in chromaprint
Delete "libchromaprint.dll"
Delete "$INSTDIR\libchromaprint.dll"
SectionEnd
Section "Clementine" Clementine