diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 2ebc81cdd..ae60d860a 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -264,6 +264,7 @@ Section "Strawberry" Strawberry File "libbz2.dll" File "libchromaprint.dll" File "libdl.dll" + File "libebur128.dll" File "libfaac-0.dll" File "libfaad-2.dll" File "libfdk-aac-2.dll" @@ -413,6 +414,7 @@ Section "Strawberry" Strawberry File "brotlicommon.dll" File "brotlidec.dll" File "chromaprint.dll" + File "ebur128.dll" File "faad.dll" File "fdk-aac.dll" File "ffi-7.dll" @@ -819,6 +821,7 @@ Section "Uninstall" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libchromaprint.dll" Delete "$INSTDIR\libdl.dll" + Delete "$INSTDIR\libebur128.dll" Delete "$INSTDIR\libfaac-0.dll" Delete "$INSTDIR\libfaad-2.dll" Delete "$INSTDIR\libfdk-aac-2.dll" @@ -968,6 +971,7 @@ Section "Uninstall" Delete "$INSTDIR\brotlicommon.dll" Delete "$INSTDIR\brotlidec.dll" Delete "$INSTDIR\chromaprint.dll" + Delete "$INSTDIR\ebur128.dll" Delete "$INSTDIR\faad.dll" Delete "$INSTDIR\fdk-aac.dll" Delete "$INSTDIR\ffi-7.dll"