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"