From b00ae5b21098704947419076f42a2f10ba1524c0 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 31 Oct 2025 23:47:49 +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 e34e204ae..8f7c5d071 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -477,15 +477,15 @@ Section "Strawberry" Strawberry ; Common files - File "icudt77.dll" + File "icudt78.dll" !ifdef msvc && arch_arm64 File "fftw3.dll" !else File "libfftw3-3.dll" !endif !ifdef msvc && debug - File "icuin77d.dll" - File "icuuc77d.dll" + File "icuin78d.dll" + File "icuuc78d.dll" File "libxml2d.dll" File "Qt6Concurrentd.dll" File "Qt6Cored.dll" @@ -494,8 +494,8 @@ Section "Strawberry" Strawberry File "Qt6Sqld.dll" File "Qt6Widgetsd.dll" !else - File "icuin77.dll" - File "icuuc77.dll" + File "icuin78.dll" + File "icuuc78.dll" File "libxml2.dll" File "Qt6Concurrent.dll" File "Qt6Core.dll" @@ -1019,15 +1019,15 @@ Section "Uninstall" ; Common files - Delete "$INSTDIR\icudt77.dll" + Delete "$INSTDIR\icudt78.dll" !ifdef msvc && arch_arm64 Delete "$INSTDIR\fftw3.dll" !else Delete "$INSTDIR\libfftw3-3.dll" !endif !ifdef msvc && debug - Delete "$INSTDIR\icuin77d.dll" - Delete "$INSTDIR\icuuc77d.dll" + Delete "$INSTDIR\icuin78d.dll" + Delete "$INSTDIR\icuuc78d.dll" Delete "$INSTDIR\libxml2d.dll" Delete "$INSTDIR\Qt6Concurrentd.dll" Delete "$INSTDIR\Qt6Cored.dll" @@ -1036,8 +1036,8 @@ Section "Uninstall" Delete "$INSTDIR\Qt6Sqld.dll" Delete "$INSTDIR\Qt6Widgetsd.dll" !else - Delete "$INSTDIR\icuin77.dll" - Delete "$INSTDIR\icuuc77.dll" + Delete "$INSTDIR\icuin78.dll" + Delete "$INSTDIR\icuuc78.dll" Delete "$INSTDIR\libxml2.dll" Delete "$INSTDIR\Qt6Concurrent.dll" Delete "$INSTDIR\Qt6Core.dll"