diff --git a/dist/windows/strawberry-64.nsi.in b/dist/windows/strawberry-64.nsi.in index c6ecdd84c..6ab96240d 100644 --- a/dist/windows/strawberry-64.nsi.in +++ b/dist/windows/strawberry-64.nsi.in @@ -315,12 +315,12 @@ Section "Uninstall" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libcdio-18.dll" Delete "$INSTDIR\libchromaprint.dll" - Delete "$INSTDIR\libcrypto-1_1.dll" + Delete "$INSTDIR\libcrypto-1_1-x64.dll" Delete "$INSTDIR\libfaad-2.dll" Delete "$INSTDIR\libffi-6.dll" Delete "$INSTDIR\libFLAC-8.dll" Delete "$INSTDIR\libfreetype-6.dll" - Delete "$INSTDIR\libgcc_s_sjlj-1.dll" + Delete "$INSTDIR\libgcc_s_seh-1.dll" Delete "$INSTDIR\libgio-2.0-0.dll" Delete "$INSTDIR\libglib-2.0-0.dll" Delete "$INSTDIR\libgmodule-2.0-0.dll" @@ -352,7 +352,7 @@ Section "Uninstall" Delete "$INSTDIR\libprotobuf-15.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" - Delete "$INSTDIR\libssl-1_1.dll" + Delete "$INSTDIR\libssl-1_1-x64.dll" Delete "$INSTDIR\libstdc++-6.dll" Delete "$INSTDIR\libtag.dll" Delete "$INSTDIR\libvorbis-0.dll" diff --git a/dist/windows/strawberry-debug-64.nsi.in b/dist/windows/strawberry-debug-64.nsi.in index 1974526ec..49fbd9312 100644 --- a/dist/windows/strawberry-debug-64.nsi.in +++ b/dist/windows/strawberry-debug-64.nsi.in @@ -347,12 +347,12 @@ Section "Uninstall" Delete "$INSTDIR\libbz2.dll" Delete "$INSTDIR\libcdio-18.dll" Delete "$INSTDIR\libchromaprint.dll" - Delete "$INSTDIR\libcrypto-1_1.dll" + Delete "$INSTDIR\libcrypto-1_1-x64.dll" Delete "$INSTDIR\libfaad-2.dll" Delete "$INSTDIR\libffi-6.dll" Delete "$INSTDIR\libFLAC-8.dll" Delete "$INSTDIR\libfreetype-6.dll" - Delete "$INSTDIR\libgcc_s_sjlj-1.dll" + Delete "$INSTDIR\libgcc_s_seh-1.dll" Delete "$INSTDIR\libgio-2.0-0.dll" Delete "$INSTDIR\libglib-2.0-0.dll" Delete "$INSTDIR\libgmodule-2.0-0.dll" @@ -384,7 +384,7 @@ Section "Uninstall" Delete "$INSTDIR\libprotobuf-15.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libsqlite3-0.dll" - Delete "$INSTDIR\libssl-1_1.dll" + Delete "$INSTDIR\libssl-1_1-x64.dll" Delete "$INSTDIR\libstdc++-6.dll" Delete "$INSTDIR\libtag.dll" Delete "$INSTDIR\libvorbis-0.dll"