From 2f4417d683ca8451d782a52e3375217aba59e0eb Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 1 Nov 2018 22:22:39 +0100 Subject: [PATCH] Fix files to delete on uninstall in nsi --- dist/windows/strawberry-64.nsi.in | 6 +++--- dist/windows/strawberry-debug-64.nsi.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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"