nsi: Add nghttp2.dll for MSVC
This commit is contained in:
parent
3acd2656ee
commit
d15d64eb67
|
@ -400,6 +400,7 @@ Section "Strawberry" Strawberry
|
||||||
File "libspeex.dll"
|
File "libspeex.dll"
|
||||||
File "mpcdec.dll"
|
File "mpcdec.dll"
|
||||||
File "mpg123.dll"
|
File "mpg123.dll"
|
||||||
|
File "nghttp2.dll"
|
||||||
File "ogg.dll"
|
File "ogg.dll"
|
||||||
File "opus.dll"
|
File "opus.dll"
|
||||||
File "orc-0.4-0.dll"
|
File "orc-0.4-0.dll"
|
||||||
|
@ -901,6 +902,7 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\libspeex.dll"
|
Delete "$INSTDIR\libspeex.dll"
|
||||||
Delete "$INSTDIR\mpcdec.dll"
|
Delete "$INSTDIR\mpcdec.dll"
|
||||||
Delete "$INSTDIR\mpg123.dll"
|
Delete "$INSTDIR\mpg123.dll"
|
||||||
|
Delete "$INSTDIR\nghttp2.dll"
|
||||||
Delete "$INSTDIR\ogg.dll"
|
Delete "$INSTDIR\ogg.dll"
|
||||||
Delete "$INSTDIR\opus.dll"
|
Delete "$INSTDIR\opus.dll"
|
||||||
Delete "$INSTDIR\orc-0.4-0.dll"
|
Delete "$INSTDIR\orc-0.4-0.dll"
|
||||||
|
|
Loading…
Reference in New Issue