nsi: Update ICU to 73

This commit is contained in:
Jonas Kvinge
2023-04-15 17:50:57 +02:00
parent 33968ee5da
commit d22712a25b

View File

@@ -492,7 +492,7 @@ Section "Strawberry" Strawberry
; Common files ; Common files
File "icudt72.dll" File "icudt73.dll"
File "libfftw3-3.dll" File "libfftw3-3.dll"
!ifdef debug !ifdef debug
File "libprotobufd.dll" File "libprotobufd.dll"
@@ -500,8 +500,8 @@ Section "Strawberry" Strawberry
File "libprotobuf.dll" File "libprotobuf.dll"
!endif !endif
!ifdef msvc && debug !ifdef msvc && debug
File "icuin72d.dll" File "icuin73d.dll"
File "icuuc72d.dll" File "icuuc73d.dll"
File "Qt6Concurrentd.dll" File "Qt6Concurrentd.dll"
File "Qt6Cored.dll" File "Qt6Cored.dll"
File "Qt6Guid.dll" File "Qt6Guid.dll"
@@ -509,8 +509,8 @@ Section "Strawberry" Strawberry
File "Qt6Sqld.dll" File "Qt6Sqld.dll"
File "Qt6Widgetsd.dll" File "Qt6Widgetsd.dll"
!else !else
File "icuin72.dll" File "icuin73.dll"
File "icuuc72.dll" File "icuuc73.dll"
File "Qt6Concurrent.dll" File "Qt6Concurrent.dll"
File "Qt6Core.dll" File "Qt6Core.dll"
File "Qt6Gui.dll" File "Qt6Gui.dll"
@@ -1039,7 +1039,7 @@ Section "Uninstall"
; Common files ; Common files
Delete "$INSTDIR\icudt72.dll" Delete "$INSTDIR\icudt73.dll"
Delete "$INSTDIR\libfftw3-3.dll" Delete "$INSTDIR\libfftw3-3.dll"
!ifdef debug !ifdef debug
Delete "$INSTDIR\libprotobufd.dll" Delete "$INSTDIR\libprotobufd.dll"
@@ -1047,8 +1047,8 @@ Section "Uninstall"
Delete "$INSTDIR\libprotobuf.dll" Delete "$INSTDIR\libprotobuf.dll"
!endif !endif
!ifdef msvc && debug !ifdef msvc && debug
Delete "$INSTDIR\icuin72d.dll" Delete "$INSTDIR\icuin73d.dll"
Delete "$INSTDIR\icuuc72d.dll" Delete "$INSTDIR\icuuc73d.dll"
Delete "$INSTDIR\Qt6Concurrentd.dll" Delete "$INSTDIR\Qt6Concurrentd.dll"
Delete "$INSTDIR\Qt6Cored.dll" Delete "$INSTDIR\Qt6Cored.dll"
Delete "$INSTDIR\Qt6Guid.dll" Delete "$INSTDIR\Qt6Guid.dll"
@@ -1056,8 +1056,8 @@ Section "Uninstall"
Delete "$INSTDIR\Qt6Sqld.dll" Delete "$INSTDIR\Qt6Sqld.dll"
Delete "$INSTDIR\Qt6Widgetsd.dll" Delete "$INSTDIR\Qt6Widgetsd.dll"
!else !else
Delete "$INSTDIR\icuin72.dll" Delete "$INSTDIR\icuin73.dll"
Delete "$INSTDIR\icuuc72.dll" Delete "$INSTDIR\icuuc73.dll"
Delete "$INSTDIR\Qt6Concurrent.dll" Delete "$INSTDIR\Qt6Concurrent.dll"
Delete "$INSTDIR\Qt6Core.dll" Delete "$INSTDIR\Qt6Core.dll"
Delete "$INSTDIR\Qt6Gui.dll" Delete "$INSTDIR\Qt6Gui.dll"