From 40f381257d2648da88cd1d3cd61f2e60278509c2 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 4 Nov 2021 23:59:39 +0100 Subject: [PATCH] Use libsoup3 in nsi --- dist/windows/strawberry.nsi.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 127c46a7b..7a1d0e513 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -247,7 +247,7 @@ Section "Strawberry" Strawberry File "libsqlite3-0.dll" File "libssp-0.dll" File "libstdc++-6.dll" - File "libsoup-2.4-1.dll" + File "libsoup-3.0-0.dll" File "libtag.dll" File "libtasn1-6.dll" File "libunistring-2.dll" @@ -259,6 +259,7 @@ Section "Strawberry" Strawberry File "libxml2-2.dll" File "libzstd.dll" File "postproc-56.dll" + File "libnghttp2.dll" File "Qt6Concurrent.dll" File "Qt6Core.dll" File "Qt6Gui.dll" @@ -513,7 +514,7 @@ Section "Uninstall" Delete "$INSTDIR\libsqlite3-0.dll" Delete "$INSTDIR\libssp-0.dll" Delete "$INSTDIR\libstdc++-6.dll" - Delete "$INSTDIR\libsoup-2.4-1.dll" + Delete "$INSTDIR\libsoup-3.0-0.dll" Delete "$INSTDIR\libtag.dll" Delete "$INSTDIR\libtasn1-6.dll" Delete "$INSTDIR\libunistring-2.dll" @@ -534,6 +535,7 @@ Section "Uninstall" Delete "$INSTDIR\swresample-4.dll" Delete "$INSTDIR\swscale-6.dll" Delete "$INSTDIR\zlib1.dll" + Delete "$INSTDIR\libnghttp2.dll" !ifdef debug Delete "$INSTDIR\gdb.exe"