nsi: Add utf8_validity.dll

This commit is contained in:
Jonas Kvinge 2024-09-02 23:56:26 +02:00
parent 1f2ad9c177
commit 3b2eea5292
1 changed files with 4 additions and 0 deletions

View File

@ -329,6 +329,7 @@ Section "Strawberry" Strawberry
File "libtasn1-6.dll" File "libtasn1-6.dll"
File "libtwolame-0.dll" File "libtwolame-0.dll"
File "libunistring-5.dll" File "libunistring-5.dll"
File "libutf8_validity.dll"
File "libvorbis-0.dll" File "libvorbis-0.dll"
File "libvorbisenc-2.dll" File "libvorbisenc-2.dll"
File "libvorbisfile-3.dll" File "libvorbisfile-3.dll"
@ -451,6 +452,7 @@ Section "Strawberry" Strawberry
File "liblzma.dll" File "liblzma.dll"
File "libmp3lame.dll" File "libmp3lame.dll"
File "libopenmpt.dll" File "libopenmpt.dll"
File "utf8_validity.dll"
File "mpcdec.dll" File "mpcdec.dll"
File "mpg123.dll" File "mpg123.dll"
File "nghttp2.dll" File "nghttp2.dll"
@ -900,6 +902,7 @@ Section "Uninstall"
Delete "$INSTDIR\libtasn1-6.dll" Delete "$INSTDIR\libtasn1-6.dll"
Delete "$INSTDIR\libtwolame-0.dll" Delete "$INSTDIR\libtwolame-0.dll"
Delete "$INSTDIR\libunistring-5.dll" Delete "$INSTDIR\libunistring-5.dll"
Delete "$INSTDIR\libutf8_validity.dll"
Delete "$INSTDIR\libvorbis-0.dll" Delete "$INSTDIR\libvorbis-0.dll"
Delete "$INSTDIR\libvorbisenc-2.dll" Delete "$INSTDIR\libvorbisenc-2.dll"
Delete "$INSTDIR\libvorbisfile-3.dll" Delete "$INSTDIR\libvorbisfile-3.dll"
@ -1022,6 +1025,7 @@ Section "Uninstall"
Delete "$INSTDIR\liblzma.dll" Delete "$INSTDIR\liblzma.dll"
Delete "$INSTDIR\libmp3lame.dll" Delete "$INSTDIR\libmp3lame.dll"
Delete "$INSTDIR\libopenmpt.dll" Delete "$INSTDIR\libopenmpt.dll"
Delete "$INSTDIR\utf8_validity.dll"
Delete "$INSTDIR\mpcdec.dll" Delete "$INSTDIR\mpcdec.dll"
Delete "$INSTDIR\mpg123.dll" Delete "$INSTDIR\mpg123.dll"
Delete "$INSTDIR\nghttp2.dll" Delete "$INSTDIR\nghttp2.dll"