diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index e8c43abae..e3b1fd7a7 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -647,7 +647,6 @@ Section "Uninstall" Delete "$INSTDIR\libintl-8.dll" Delete "$INSTDIR\libjpeg-9.dll" Delete "$INSTDIR\liblzma-5.dll" - Delete "$INSTDIR\libmpg123-0.dll" Delete "$INSTDIR\libnettle-8.dll" Delete "$INSTDIR\libnghttp2.dll" Delete "$INSTDIR\libopenmpt-0.dll" @@ -728,7 +727,6 @@ Section "Uninstall" Delete "$INSTDIR\gstvideo-1.0-0.dll" Delete "$INSTDIR\gstwinrt-1.0-0.dll" Delete "$INSTDIR\intl-8.dll" - Delete "$INSTDIR\libmpg123-0.dll" Delete "$INSTDIR\libprotobuf.dll" Delete "$INSTDIR\opus-0.dll" Delete "$INSTDIR\orc-0.4-0.dll" @@ -747,6 +745,7 @@ Section "Uninstall" Delete "$INSTDIR\libFLAC-8.dll" Delete "$INSTDIR\libiconv-2.dll" Delete "$INSTDIR\libmp3lame-0.dll" + Delete "$INSTDIR\libmpg123-0.dll" Delete "$INSTDIR\libogg-0.dll" Delete "$INSTDIR\libspeex-1.dll" Delete "$INSTDIR\libvorbis-0.dll"