From 8e4b4d6e41cb33b0ddb2087ea9d4c421dc190c48 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 15 Nov 2023 16:42:02 +0100 Subject: [PATCH] nsi: Fix faad dll filename --- dist/windows/strawberry.nsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 3f4a8cac..feb94506 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -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"