diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 593c0feea..d32e8411b 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -400,6 +400,7 @@ Section "Strawberry" Strawberry File "libspeex.dll" File "mpcdec.dll" File "mpg123.dll" + File "nghttp2.dll" File "ogg.dll" File "opus.dll" File "orc-0.4-0.dll" @@ -901,6 +902,7 @@ Section "Uninstall" Delete "$INSTDIR\libspeex.dll" Delete "$INSTDIR\mpcdec.dll" Delete "$INSTDIR\mpg123.dll" + Delete "$INSTDIR\nghttp2.dll" Delete "$INSTDIR\ogg.dll" Delete "$INSTDIR\opus.dll" Delete "$INSTDIR\orc-0.4-0.dll"