Update pcre2 filename in nsi

This commit is contained in:
Jonas Kvinge 2022-04-30 21:03:09 +02:00
parent 0f40b5f022
commit e1ce81c5bf
1 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ Section "Strawberry" Strawberry
File "libopus-0.dll"
File "liborc-0.4-0.dll"
File "libpcre-1.dll"
File "libpcre2-16-0.dll"
File "libpcre2-16.dll"
File "libpng16-16.dll"
File "libprotobuf-31.dll"
File "libpsl-5.dll"
@ -754,7 +754,7 @@ Section "Uninstall"
Delete "$INSTDIR\libopus-0.dll"
Delete "$INSTDIR\liborc-0.4-0.dll"
Delete "$INSTDIR\libpcre-1.dll"
Delete "$INSTDIR\libpcre2-16-0.dll"
Delete "$INSTDIR\libpcre2-16.dll"
Delete "$INSTDIR\libpng16-16.dll"
Delete "$INSTDIR\libprotobuf-31.dll"
Delete "$INSTDIR\libpsl-5.dll"