mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-20 06:25:02 +01:00
Update DLL list for new version of protobuf
(cherry picked from commit 054686226e
)
This commit is contained in:
parent
f246eda5a8
commit
69809d356b
5
dist/windows/clementine.nsi.in
vendored
5
dist/windows/clementine.nsi.in
vendored
@ -107,6 +107,9 @@ Section "Delete old files" oldfiles
|
|||||||
; 1.1
|
; 1.1
|
||||||
Delete "$INSTDIR\libprotobuf-lite-7.dll"
|
Delete "$INSTDIR\libprotobuf-lite-7.dll"
|
||||||
|
|
||||||
|
; 1.2
|
||||||
|
Delete "$INSTDIR\libprotobuf-7.dll"
|
||||||
|
|
||||||
; mingw-w64
|
; mingw-w64
|
||||||
Delete "$INSTDIR\avcodec-52.dll"
|
Delete "$INSTDIR\avcodec-52.dll"
|
||||||
Delete "$INSTDIR\avformat-52.dll"
|
Delete "$INSTDIR\avformat-52.dll"
|
||||||
@ -177,7 +180,7 @@ Section "Clementine" Clementine
|
|||||||
File "liborc-test-0.4-0.dll"
|
File "liborc-test-0.4-0.dll"
|
||||||
File "libplist.dll"
|
File "libplist.dll"
|
||||||
File "libpng14-14.dll"
|
File "libpng14-14.dll"
|
||||||
File "libprotobuf-7.dll"
|
File "libprotobuf-8.dll"
|
||||||
File "libqjson.dll"
|
File "libqjson.dll"
|
||||||
File "libsoup-2.4-1.dll"
|
File "libsoup-2.4-1.dll"
|
||||||
File "libspeex-1.dll"
|
File "libspeex-1.dll"
|
||||||
|
Loading…
Reference in New Issue
Block a user