nsi: Fix faad dll filename

This commit is contained in:
Jonas Kvinge 2023-11-15 16:42:02 +01:00
parent ac9fd9070f
commit 8e4b4d6e41
1 changed files with 2 additions and 2 deletions

View File

@ -408,7 +408,7 @@ Section "Strawberry" Strawberry
File "brotlidec.dll"
File "chromaprint.dll"
File "ebur128.dll"
File "faad.dll"
File "faad-2.dll"
File "fdk-aac.dll"
File "ffi-7.dll"
File "gio-2.0-0.dll"
@ -965,7 +965,7 @@ Section "Uninstall"
Delete "$INSTDIR\brotlidec.dll"
Delete "$INSTDIR\chromaprint.dll"
Delete "$INSTDIR\ebur128.dll"
Delete "$INSTDIR\faad.dll"
Delete "$INSTDIR\faad-2.dll"
Delete "$INSTDIR\fdk-aac.dll"
Delete "$INSTDIR\ffi-7.dll"
Delete "$INSTDIR\gio-2.0-0.dll"