From 0b4ea04c915c7dc620604e85bf79b21492264e89 Mon Sep 17 00:00:00 2001 From: "jonas@jkvinge.net" Date: Thu, 13 May 2021 21:06:43 +0200 Subject: [PATCH] Update protobuf dll in nsi --- 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 2f2b4528a..756ab8e38 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -255,7 +255,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-27.dll" + File "libprotobuf-28.dll" File "libpsl-5.dll" File "libsoup-2.4-1.dll" File "libspeex-1.dll" @@ -518,7 +518,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-27.dll" + Delete "$INSTDIR\libprotobuf-28.dll" Delete "$INSTDIR\libpsl-5.dll" Delete "$INSTDIR\libqtsparkle-qt5.dll" Delete "$INSTDIR\libqtsparkle-qt6.dll"