From 006d77239be1fa893d7704eed5d052413858352e Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 21 Oct 2021 18:40:04 +0200 Subject: [PATCH] Update protobuf 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 4a08505d6..37f149294 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -261,7 +261,7 @@ Section "Strawberry" Strawberry File "libpcre2-16-0.dll" File "libpng16-16.dll" File "libpsl-5.dll" - File "libprotobuf-29.dll" + File "libprotobuf-30.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" File "libssp-0.dll" @@ -539,7 +539,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" Delete "$INSTDIR\libpsl-5.dll" - Delete "$INSTDIR\libprotobuf-29.dll" + Delete "$INSTDIR\libprotobuf-30.dll" Delete "$INSTDIR\libqtsparkle-qt5.dll" Delete "$INSTDIR\libqtsparkle-qt6.dll" Delete "$INSTDIR\libspeex-1.dll"