Fix two Delete statements. They didn't delete the files in the install dir.
This commit is contained in:
parent
580cfa4977
commit
7cd4a567d7
4
dist/windows/clementine.nsi.in
vendored
4
dist/windows/clementine.nsi.in
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user