From d15d64eb67af9209d8fc21729a5341a91f1ba899 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 27 Aug 2022 23:43:39 +0200 Subject: [PATCH] nsi: Add nghttp2.dll for MSVC --- dist/windows/strawberry.nsi.in | 2 ++ 1 file changed, 2 insertions(+) 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"