diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index aa7c242c2..2b581f0c5 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -329,6 +329,7 @@ Section "Strawberry" Strawberry File "libtasn1-6.dll" File "libtwolame-0.dll" File "libunistring-5.dll" + File "libutf8_validity.dll" File "libvorbis-0.dll" File "libvorbisenc-2.dll" File "libvorbisfile-3.dll" @@ -451,6 +452,7 @@ Section "Strawberry" Strawberry File "liblzma.dll" File "libmp3lame.dll" File "libopenmpt.dll" + File "utf8_validity.dll" File "mpcdec.dll" File "mpg123.dll" File "nghttp2.dll" @@ -900,6 +902,7 @@ Section "Uninstall" Delete "$INSTDIR\libtasn1-6.dll" Delete "$INSTDIR\libtwolame-0.dll" Delete "$INSTDIR\libunistring-5.dll" + Delete "$INSTDIR\libutf8_validity.dll" Delete "$INSTDIR\libvorbis-0.dll" Delete "$INSTDIR\libvorbisenc-2.dll" Delete "$INSTDIR\libvorbisfile-3.dll" @@ -1022,6 +1025,7 @@ Section "Uninstall" Delete "$INSTDIR\liblzma.dll" Delete "$INSTDIR\libmp3lame.dll" Delete "$INSTDIR\libopenmpt.dll" + Delete "$INSTDIR\utf8_validity.dll" Delete "$INSTDIR\mpcdec.dll" Delete "$INSTDIR\mpg123.dll" Delete "$INSTDIR\nghttp2.dll"