From 3b2eea5292fa5c9966d692cd5ce0eeb4fd4ff7c1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 2 Sep 2024 23:56:26 +0200 Subject: [PATCH] nsi: Add utf8_validity.dll --- dist/windows/strawberry.nsi.in | 4 ++++ 1 file changed, 4 insertions(+) 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"