Skip to content

Commit

Permalink
Update protobuf in nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Apr 1, 2019
1 parent bfe0b2c commit 9986088
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/windows/strawberry-debug-x64.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dist/windows/strawberry-debug-x86.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dist/windows/strawberry-x64.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions dist/windows/strawberry-x86.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9986088

Please sign in to comment.