1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-02 18:46:46 +01:00

Update pcre2 filename in nsi

This commit is contained in:
Jonas Kvinge 2022-04-30 21:03:09 +02:00
parent 0f40b5f022
commit e1ce81c5bf

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"