Remove old DLLs from pre-mingw-w64 installs.
This commit is contained in:
parent
8501ac0d96
commit
80f2688dca
7
dist/windows/clementine.nsi.in
vendored
7
dist/windows/clementine.nsi.in
vendored
@ -103,6 +103,13 @@ Section "Delete old files" oldfiles
|
|||||||
|
|
||||||
; 1.1
|
; 1.1
|
||||||
Delete "$INSTDIR\libprotobuf-lite-7.dll"
|
Delete "$INSTDIR\libprotobuf-lite-7.dll"
|
||||||
|
|
||||||
|
; mingw-w64
|
||||||
|
Delete "$INSTDIR\avcodec-52.dll"
|
||||||
|
Delete "$INSTDIR\avformat-52.dll"
|
||||||
|
Delete "$INSTDIR\avutil-50.dll"
|
||||||
|
Delete "$INSTDIR\libcdio-12.dll"
|
||||||
|
Delete "$INSTDIR\libgcc_s_dw2-1.dll"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "Clementine" Clementine
|
Section "Clementine" Clementine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user