diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 232dd9924..38e0349be 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -240,7 +240,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-25.dll" + File "libprotobuf-26.dll" File "libpsl-5.dll" File "libsoup-2.4-1.dll" File "libspeex-1.dll" @@ -509,7 +509,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-25.dll" + Delete "$INSTDIR\libprotobuf-26.dll" Delete "$INSTDIR\libpsl-5.dll" Delete "$INSTDIR\libqtsparkle-qt5.dll" Delete "$INSTDIR\libqtsparkle-qt6.dll"