diff --git a/dist/windows/strawberry-debug-x64.nsi.in b/dist/windows/strawberry-debug-x64.nsi.in index 1eb22be4e..d100bcf33 100644 --- a/dist/windows/strawberry-debug-x64.nsi.in +++ b/dist/windows/strawberry-debug-x64.nsi.in @@ -139,7 +139,7 @@ Section "Strawberry" Strawberry File "liblzma-5.dll" File "libmp3lame-0.dll" File "libmpcdec-5.dll" - File "libnettle-6.dll" + File "libnettle-7.dll" File "libogg-0.dll" File "libopus-0.dll" File "libpcre-1.dll" @@ -389,7 +389,7 @@ Section "Uninstall" Delete "$INSTDIR\liblzma-5.dll" Delete "$INSTDIR\libmp3lame-0.dll" Delete "$INSTDIR\libmpcdec-5.dll" - Delete "$INSTDIR\libnettle-6.dll" + Delete "$INSTDIR\libnettle-7.dll" Delete "$INSTDIR\libogg-0.dll" Delete "$INSTDIR\libopus-0.dll" Delete "$INSTDIR\libpcre-1.dll" diff --git a/dist/windows/strawberry-debug-x86.nsi.in b/dist/windows/strawberry-debug-x86.nsi.in index e9905cf1c..4b79e6b77 100644 --- a/dist/windows/strawberry-debug-x86.nsi.in +++ b/dist/windows/strawberry-debug-x86.nsi.in @@ -139,7 +139,7 @@ Section "Strawberry" Strawberry File "liblzma-5.dll" File "libmp3lame-0.dll" File "libmpcdec-5.dll" - File "libnettle-6.dll" + File "libnettle-7.dll" File "libogg-0.dll" File "libopus-0.dll" File "libpcre-1.dll" @@ -389,7 +389,7 @@ Section "Uninstall" Delete "$INSTDIR\liblzma-5.dll" Delete "$INSTDIR\libmp3lame-0.dll" Delete "$INSTDIR\libmpcdec-5.dll" - Delete "$INSTDIR\libnettle-6.dll" + Delete "$INSTDIR\libnettle-7.dll" Delete "$INSTDIR\libogg-0.dll" Delete "$INSTDIR\libopus-0.dll" Delete "$INSTDIR\libpcre-1.dll" diff --git a/dist/windows/strawberry-x64.nsi.in b/dist/windows/strawberry-x64.nsi.in index c40efff53..b3257d8be 100644 --- a/dist/windows/strawberry-x64.nsi.in +++ b/dist/windows/strawberry-x64.nsi.in @@ -138,7 +138,7 @@ Section "Strawberry" Strawberry File "libjpeg-9.dll" File "liblzma-5.dll" File "libmp3lame-0.dll" - File "libnettle-6.dll" + File "libnettle-7.dll" File "libogg-0.dll" File "libopus-0.dll" File "libpcre-1.dll" @@ -354,7 +354,7 @@ Section "Uninstall" Delete "$INSTDIR\libjpeg-9.dll" Delete "$INSTDIR\liblzma-5.dll" Delete "$INSTDIR\libmp3lame-0.dll" - Delete "$INSTDIR\libnettle-6.dll" + Delete "$INSTDIR\libnettle-7.dll" Delete "$INSTDIR\libogg-0.dll" Delete "$INSTDIR\libopus-0.dll" Delete "$INSTDIR\libpcre-1.dll" diff --git a/dist/windows/strawberry-x86.nsi.in b/dist/windows/strawberry-x86.nsi.in index 22d924f17..57911274c 100644 --- a/dist/windows/strawberry-x86.nsi.in +++ b/dist/windows/strawberry-x86.nsi.in @@ -138,7 +138,7 @@ Section "Strawberry" Strawberry File "libjpeg-9.dll" File "liblzma-5.dll" File "libmp3lame-0.dll" - File "libnettle-6.dll" + File "libnettle-7.dll" File "libogg-0.dll" File "libopus-0.dll" File "libpcre-1.dll" @@ -354,7 +354,7 @@ Section "Uninstall" Delete "$INSTDIR\libjpeg-9.dll" Delete "$INSTDIR\liblzma-5.dll" Delete "$INSTDIR\libmp3lame-0.dll" - Delete "$INSTDIR\libnettle-6.dll" + Delete "$INSTDIR\libnettle-7.dll" Delete "$INSTDIR\libogg-0.dll" Delete "$INSTDIR\libopus-0.dll" Delete "$INSTDIR\libpcre-1.dll"