diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index be9ccffdb..bc1b27cde 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -440,7 +440,6 @@ Section "Strawberry" Strawberry File "liblzma.dll" File "libmp3lame.dll" File "libopenmpt.dll" - File "libspeex.dll" File "mpcdec.dll" File "mpg123.dll" File "nghttp2.dll" @@ -461,6 +460,7 @@ Section "Strawberry" Strawberry File "freetype.dll" File "libiconv.dll" File "libpng16.dll" + File "libspeex.dll" File "libxml2.dll" File "pcre2-8.dll" File "pcre2-16.dll" @@ -471,6 +471,7 @@ Section "Strawberry" Strawberry File "freetyped.dll" File "libiconvd.dll" File "libpng16d.dll" + File "libspeexd.dll" File "libxml2d.dll" File "pcre2-8d.dll" File "pcre2-16d.dll" @@ -992,7 +993,6 @@ Section "Uninstall" Delete "$INSTDIR\liblzma.dll" Delete "$INSTDIR\libmp3lame.dll" Delete "$INSTDIR\libopenmpt.dll" - Delete "$INSTDIR\libspeex.dll" Delete "$INSTDIR\mpcdec.dll" Delete "$INSTDIR\mpg123.dll" Delete "$INSTDIR\nghttp2.dll" @@ -1013,6 +1013,7 @@ Section "Uninstall" Delete "$INSTDIR\freetype.dll" Delete "$INSTDIR\libiconv.dll" Delete "$INSTDIR\libpng16.dll" + Delete "$INSTDIR\libspeex.dll" Delete "$INSTDIR\libxml2.dll" Delete "$INSTDIR\pcre2-8.dll" Delete "$INSTDIR\pcre2-16.dll" @@ -1023,6 +1024,7 @@ Section "Uninstall" Delete "$INSTDIR\freetyped.dll" Delete "$INSTDIR\libiconvd.dll" Delete "$INSTDIR\libpng16d.dll" + Delete "$INSTDIR\libspeexd.dll" Delete "$INSTDIR\libxml2d.dll" Delete "$INSTDIR\pcre2-8d.dll" Delete "$INSTDIR\pcre2-16d.dll"