From 463df825f0118704a1479bdeef95a28a93b47449 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 4 Jul 2024 23:21:54 +0200 Subject: [PATCH] nsi: Remove libbrotlienc.dll --- dist/windows/strawberry.nsi.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 47138c20..b76bc7f9 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -261,7 +261,6 @@ Section "Strawberry" Strawberry File "libFLAC-12.dll" File "libbrotlicommon.dll" File "libbrotlidec.dll" - File "libbrotlienc.dll" File "libbs2b-0.dll" File "libbz2.dll" File "libchromaprint.dll" @@ -832,7 +831,6 @@ Section "Uninstall" Delete "$INSTDIR\libFLAC-12.dll" Delete "$INSTDIR\libbrotlicommon.dll" Delete "$INSTDIR\libbrotlidec.dll" - Delete "$INSTDIR\libbrotlienc.dll" Delete "$INSTDIR\libbs2b-0.dll" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libchromaprint.dll"