From adfda84c41dce68e915d044f0a1f7cd10d0235de Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 21 Apr 2024 16:44:07 +0200 Subject: [PATCH] nsi: Bump icu from 74 to 75 --- 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 a2a0d14f..4ac4b5fe 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -497,7 +497,7 @@ Section "Strawberry" Strawberry ; Common files - File "icudt74.dll" + File "icudt75.dll" File "libfftw3-3.dll" !ifdef debug File "libprotobufd.dll" @@ -505,8 +505,8 @@ Section "Strawberry" Strawberry File "libprotobuf.dll" !endif !ifdef msvc && debug - File "icuin74d.dll" - File "icuuc74d.dll" + File "icuin75d.dll" + File "icuuc75d.dll" File "Qt6Concurrentd.dll" File "Qt6Cored.dll" File "Qt6Guid.dll" @@ -514,8 +514,8 @@ Section "Strawberry" Strawberry File "Qt6Sqld.dll" File "Qt6Widgetsd.dll" !else - File "icuin74.dll" - File "icuuc74.dll" + File "icuin75.dll" + File "icuuc75.dll" File "Qt6Concurrent.dll" File "Qt6Core.dll" File "Qt6Gui.dll" @@ -1065,7 +1065,7 @@ Section "Uninstall" ; Common files - Delete "$INSTDIR\icudt74.dll" + Delete "$INSTDIR\icudt75.dll" Delete "$INSTDIR\libfftw3-3.dll" !ifdef debug Delete "$INSTDIR\libprotobufd.dll" @@ -1073,8 +1073,8 @@ Section "Uninstall" Delete "$INSTDIR\libprotobuf.dll" !endif !ifdef msvc && debug - Delete "$INSTDIR\icuin74d.dll" - Delete "$INSTDIR\icuuc74d.dll" + Delete "$INSTDIR\icuin75d.dll" + Delete "$INSTDIR\icuuc75d.dll" Delete "$INSTDIR\Qt6Concurrentd.dll" Delete "$INSTDIR\Qt6Cored.dll" Delete "$INSTDIR\Qt6Guid.dll" @@ -1082,8 +1082,8 @@ Section "Uninstall" Delete "$INSTDIR\Qt6Sqld.dll" Delete "$INSTDIR\Qt6Widgetsd.dll" !else - Delete "$INSTDIR\icuin74.dll" - Delete "$INSTDIR\icuuc74.dll" + Delete "$INSTDIR\icuin75.dll" + Delete "$INSTDIR\icuuc75.dll" Delete "$INSTDIR\Qt6Concurrent.dll" Delete "$INSTDIR\Qt6Core.dll" Delete "$INSTDIR\Qt6Gui.dll"