diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 5e759ff8..38e0349b 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -242,7 +242,7 @@ Section "Strawberry" Strawberry File "libpng16-16.dll" File "libprotobuf-26.dll" File "libpsl-5.dll" - File "libsoup-3.0-0.dll" + File "libsoup-2.4-1.dll" File "libspeex-1.dll" File "libsqlite3-0.dll" File "libssp-0.dll" @@ -513,7 +513,7 @@ Section "Uninstall" Delete "$INSTDIR\libpsl-5.dll" Delete "$INSTDIR\libqtsparkle-qt5.dll" Delete "$INSTDIR\libqtsparkle-qt6.dll" - Delete "$INSTDIR\libsoup-3.0-0.dll" + Delete "$INSTDIR\libsoup-2.4-1.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" Delete "$INSTDIR\libssp-0.dll"