From f5cd81fe09e45238bc20b874a74ae20746c86784 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 16 Apr 2025 23:25:03 +0200 Subject: [PATCH] nsi: Re-enable Spotify --- 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 5c947985e..325ed5641 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