From 9986088dc4daffc2a1661dd40ca23f994abbb243 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 2 Apr 2019 00:01:06 +0200 Subject: [PATCH] Update protobuf in nsi --- dist/windows/strawberry-debug-x64.nsi.in | 4 ++-- dist/windows/strawberry-debug-x86.nsi.in | 4 ++-- dist/windows/strawberry-x64.nsi.in | 4 ++-- dist/windows/strawberry-x86.nsi.in | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/windows/strawberry-debug-x64.nsi.in b/dist/windows/strawberry-debug-x64.nsi.in index 3bd9f780e..afaffae7d 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-17.dll" + File "libprotobuf-18.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-17.dll" + Delete "$INSTDIR\libprotobuf-18.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 9d38b677f..c036942d4 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-17.dll" + File "libprotobuf-18.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-17.dll" + Delete "$INSTDIR\libprotobuf-18.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 e8561a721..6ccef2879 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-17.dll" + File "libprotobuf-18.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-17.dll" + Delete "$INSTDIR\libprotobuf-18.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 e8cc84dfb..4a19a8c11 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-17.dll" + File "libprotobuf-18.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-17.dll" + Delete "$INSTDIR\libprotobuf-18.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" Delete "$INSTDIR\libssl-1_1.dll"