diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 974caa81e..324f51e8f 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -226,6 +226,7 @@ Section "Strawberry" Strawberry File "avutil-57.dll" File "libbrotlicommon.dll" File "libbrotlidec.dll" + File "libbrotlienc.dll" File "libbs2b-0.dll" File "libbz2.dll" File "libcdio-19.dll" @@ -682,6 +683,7 @@ Section "Uninstall" Delete "$INSTDIR\avutil-57.dll" Delete "$INSTDIR\libbrotlicommon.dll" Delete "$INSTDIR\libbrotlidec.dll" + Delete "$INSTDIR\libbrotlienc.dll" Delete "$INSTDIR\libbs2b-0.dll" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libcdio-19.dll"