diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 913d130db..2060127cd 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -492,7 +492,7 @@ Section "Strawberry" Strawberry ; Common files - File "icudt72.dll" + File "icudt73.dll" File "libfftw3-3.dll" !ifdef debug File "libprotobufd.dll" @@ -500,8 +500,8 @@ Section "Strawberry" Strawberry File "libprotobuf.dll" !endif !ifdef msvc && debug - File "icuin72d.dll" - File "icuuc72d.dll" + File "icuin73d.dll" + File "icuuc73d.dll" File "Qt6Concurrentd.dll" File "Qt6Cored.dll" File "Qt6Guid.dll" @@ -509,8 +509,8 @@ Section "Strawberry" Strawberry File "Qt6Sqld.dll" File "Qt6Widgetsd.dll" !else - File "icuin72.dll" - File "icuuc72.dll" + File "icuin73.dll" + File "icuuc73.dll" File "Qt6Concurrent.dll" File "Qt6Core.dll" File "Qt6Gui.dll" @@ -1039,7 +1039,7 @@ Section "Uninstall" ; Common files - Delete "$INSTDIR\icudt72.dll" + Delete "$INSTDIR\icudt73.dll" Delete "$INSTDIR\libfftw3-3.dll" !ifdef debug Delete "$INSTDIR\libprotobufd.dll" @@ -1047,8 +1047,8 @@ Section "Uninstall" Delete "$INSTDIR\libprotobuf.dll" !endif !ifdef msvc && debug - Delete "$INSTDIR\icuin72d.dll" - Delete "$INSTDIR\icuuc72d.dll" + Delete "$INSTDIR\icuin73d.dll" + Delete "$INSTDIR\icuuc73d.dll" Delete "$INSTDIR\Qt6Concurrentd.dll" Delete "$INSTDIR\Qt6Cored.dll" Delete "$INSTDIR\Qt6Guid.dll" @@ -1056,8 +1056,8 @@ Section "Uninstall" Delete "$INSTDIR\Qt6Sqld.dll" Delete "$INSTDIR\Qt6Widgetsd.dll" !else - Delete "$INSTDIR\icuin72.dll" - Delete "$INSTDIR\icuuc72.dll" + Delete "$INSTDIR\icuin73.dll" + Delete "$INSTDIR\icuuc73.dll" Delete "$INSTDIR\Qt6Concurrent.dll" Delete "$INSTDIR\Qt6Core.dll" Delete "$INSTDIR\Qt6Gui.dll"