Handle libebur to windows installers

This commit is contained in:
Roman Lebedev
2023-06-27 17:55:33 +03:00
committed by Jonas Kvinge
parent 16893cca24
commit 2a8b67d11e

View File

@@ -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"