From 8c195382c4a65fd61694e59941ef98bfaf543611 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 3 Apr 2025 22:51:12 +0200 Subject: [PATCH] nsi: Disable spotify plugin --- dist/windows/strawberry.nsi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 325ed5641..5c947985e 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -720,7 +720,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=gstwavparse.dll" "gstreamer-plugins\gstwavparse.dll" File "/oname=gstxingmux.dll" "gstreamer-plugins\gstxingmux.dll" !ifdef arch_x64 - File "/oname=gstspotify.dll" "gstreamer-plugins\gstspotify.dll" + ;File "/oname=gstspotify.dll" "gstreamer-plugins\gstspotify.dll" !endif !endif ; MSVC @@ -1179,7 +1179,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\gstwavparse.dll" Delete "$INSTDIR\gstreamer-plugins\gstxingmux.dll" !ifdef arch_x64 - Delete "$INSTDIR\gstreamer-plugins\gstspotify.dll" + ;Delete "$INSTDIR\gstreamer-plugins\gstspotify.dll" !endif !endif ; msvc