diff --git a/dist/windows/strawberry-debug-x64.nsi.in b/dist/windows/strawberry-debug-x64.nsi.in index 677ae7969..3bd9f780e 100644 --- a/dist/windows/strawberry-debug-x64.nsi.in +++ b/dist/windows/strawberry-debug-x64.nsi.in @@ -137,7 +137,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-15.dll" + File "libprotobuf-17.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" File "libssl-1_1-x64.dll" @@ -377,7 +377,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-15.dll" + Delete "$INSTDIR\libprotobuf-17.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" Delete "$INSTDIR\libssl-1_1-x64.dll" diff --git a/dist/windows/strawberry-debug-x86.nsi.in b/dist/windows/strawberry-debug-x86.nsi.in index bb43f8b9d..9d38b677f 100644 --- a/dist/windows/strawberry-debug-x86.nsi.in +++ b/dist/windows/strawberry-debug-x86.nsi.in @@ -137,7 +137,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-15.dll" + File "libprotobuf-17.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" File "libssl-1_1.dll" @@ -377,7 +377,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-15.dll" + Delete "$INSTDIR\libprotobuf-17.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" Delete "$INSTDIR\libssl-1_1.dll" diff --git a/dist/windows/strawberry-x64.nsi.in b/dist/windows/strawberry-x64.nsi.in index 1d1dd9bf6..e8561a721 100644 --- a/dist/windows/strawberry-x64.nsi.in +++ b/dist/windows/strawberry-x64.nsi.in @@ -137,7 +137,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-15.dll" + File "libprotobuf-17.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" File "libssl-1_1-x64.dll" @@ -345,7 +345,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-15.dll" + Delete "$INSTDIR\libprotobuf-17.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" Delete "$INSTDIR\libssl-1_1-x64.dll" diff --git a/dist/windows/strawberry-x86.nsi.in b/dist/windows/strawberry-x86.nsi.in index 477fa664e..e8cc84dfb 100644 --- a/dist/windows/strawberry-x86.nsi.in +++ b/dist/windows/strawberry-x86.nsi.in @@ -137,7 +137,7 @@ Section "Strawberry" Strawberry File "libpcre-1.dll" File "libpcre2-16-0.dll" File "libpng16-16.dll" - File "libprotobuf-15.dll" + File "libprotobuf-17.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" File "libssl-1_1.dll" @@ -345,7 +345,7 @@ Section "Uninstall" Delete "$INSTDIR\libpcre-1.dll" Delete "$INSTDIR\libpcre2-16-0.dll" Delete "$INSTDIR\libpng16-16.dll" - Delete "$INSTDIR\libprotobuf-15.dll" + Delete "$INSTDIR\libprotobuf-17.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" Delete "$INSTDIR\libssl-1_1.dll"