From 2720e13e88a3405ad73a4a758f3ccc30f842e8c7 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 30 May 2020 00:20:16 +0200 Subject: [PATCH] Update libprotobuf DLL --- dist/windows/strawberry.nsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index ea7cb385e..9d02648a5 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -196,7 +196,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-22.dll" + File "libprotobuf-23.dll" File "libsoup-2.4-1.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" @@ -460,7 +460,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-22.dll" + Delete "$INSTDIR\libprotobuf-23.dll" Delete "$INSTDIR\libsoup-2.4-1.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll"