diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 5a1d911a..5dd42f71 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -312,7 +312,7 @@ Section "Strawberry" Strawberry File "libtag.dll" File "libtasn1-6.dll" File "libtwolame-0.dll" - File "libunistring-2.dll" + File "libunistring-5.dll" File "libvorbis-0.dll" File "libvorbisenc-2.dll" File "libvorbisfile-3.dll" @@ -814,7 +814,7 @@ Section "Uninstall" Delete "$INSTDIR\libtag.dll" Delete "$INSTDIR\libtasn1-6.dll" Delete "$INSTDIR\libtwolame-0.dll" - Delete "$INSTDIR\libunistring-2.dll" + Delete "$INSTDIR\libunistring-5.dll" Delete "$INSTDIR\libvorbis-0.dll" Delete "$INSTDIR\libvorbisenc-2.dll" Delete "$INSTDIR\libvorbisfile-3.dll"