Add libbrotlidec-0.dll and libpsl-5.dll to nsi
This commit is contained in:
parent
1cafaf3a79
commit
f5d2910638
|
@ -221,6 +221,8 @@ Section "Strawberry" Strawberry
|
|||
File "zlib1.dll"
|
||||
File "libzstd.dll"
|
||||
File "libtasn1-6.dll"
|
||||
File "libbrotlidec-0.dll"
|
||||
File "libpsl-5.dll"
|
||||
|
||||
!ifdef arch_x86
|
||||
File "libgcc_s_sjlj-1.dll"
|
||||
|
@ -489,6 +491,8 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\zlib1.dll"
|
||||
Delete "$INSTDIR\libzstd.dll"
|
||||
Delete "$INSTDIR\libtasn1-6.dll"
|
||||
Delete "$INSTDIR\libbrotlidec-0.dll"
|
||||
Delete "$INSTDIR\libpsl-5.dll"
|
||||
|
||||
!ifdef arch_x86
|
||||
Delete "$INSTDIR\libgcc_s_sjlj-1.dll"
|
||||
|
|
Loading…
Reference in New Issue