From d3831d511ba23d683da8c071be1446e1af62800b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 21 Feb 2022 20:45:26 +0100 Subject: [PATCH] nsi: Move libmpg123-0.dll to common files --- dist/windows/strawberry.nsi.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"