From 5947aeae240a463b66cec4b665abf863ad009ac3 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 15 Mar 2025 23:29:12 +0100 Subject: [PATCH] nsi: Bump icu --- dist/windows/strawberry.nsi.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index f0e6dab6e..325ed5641 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -458,11 +458,11 @@ Section "Strawberry" Strawberry ; Common files - File "icudt76.dll" + File "icudt77.dll" File "libfftw3-3.dll" !ifdef msvc && debug - File "icuin76d.dll" - File "icuuc76d.dll" + File "icuin77d.dll" + File "icuuc77d.dll" File "libxml2d.dll" File "Qt6Concurrentd.dll" File "Qt6Cored.dll" @@ -471,8 +471,8 @@ Section "Strawberry" Strawberry File "Qt6Sqld.dll" File "Qt6Widgetsd.dll" !else - File "icuin76.dll" - File "icuuc76.dll" + File "icuin77.dll" + File "icuuc77.dll" File "libxml2.dll" File "Qt6Concurrent.dll" File "Qt6Core.dll" @@ -982,11 +982,11 @@ Section "Uninstall" ; Common files - Delete "$INSTDIR\icudt76.dll" + Delete "$INSTDIR\icudt77.dll" Delete "$INSTDIR\libfftw3-3.dll" !ifdef msvc && debug - Delete "$INSTDIR\icuin76d.dll" - Delete "$INSTDIR\icuuc76d.dll" + Delete "$INSTDIR\icuin77d.dll" + Delete "$INSTDIR\icuuc77d.dll" Delete "$INSTDIR\libxml2d.dll" Delete "$INSTDIR\Qt6Concurrentd.dll" Delete "$INSTDIR\Qt6Cored.dll" @@ -995,8 +995,8 @@ Section "Uninstall" Delete "$INSTDIR\Qt6Sqld.dll" Delete "$INSTDIR\Qt6Widgetsd.dll" !else - Delete "$INSTDIR\icuin76.dll" - Delete "$INSTDIR\icuuc76.dll" + Delete "$INSTDIR\icuin77.dll" + Delete "$INSTDIR\icuuc77.dll" Delete "$INSTDIR\libxml2.dll" Delete "$INSTDIR\Qt6Concurrent.dll" Delete "$INSTDIR\Qt6Core.dll"