nsi: Add nghttp2.dll for MSVC

This commit is contained in:
Jonas Kvinge 2022-08-27 23:43:39 +02:00
parent 3acd2656ee
commit d15d64eb67
1 changed files with 2 additions and 0 deletions

View File

@ -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"