nsi: Disable spotify plugin

This commit is contained in:
Jonas Kvinge
2025-04-03 22:51:12 +02:00
parent 6e5198799c
commit 8c195382c4

View File

@@ -720,7 +720,7 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=gstwavparse.dll" "gstreamer-plugins\gstwavparse.dll" File "/oname=gstwavparse.dll" "gstreamer-plugins\gstwavparse.dll"
File "/oname=gstxingmux.dll" "gstreamer-plugins\gstxingmux.dll" File "/oname=gstxingmux.dll" "gstreamer-plugins\gstxingmux.dll"
!ifdef arch_x64 !ifdef arch_x64
File "/oname=gstspotify.dll" "gstreamer-plugins\gstspotify.dll" ;File "/oname=gstspotify.dll" "gstreamer-plugins\gstspotify.dll"
!endif !endif
!endif ; MSVC !endif ; MSVC
@@ -1179,7 +1179,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\gstwavparse.dll" Delete "$INSTDIR\gstreamer-plugins\gstwavparse.dll"
Delete "$INSTDIR\gstreamer-plugins\gstxingmux.dll" Delete "$INSTDIR\gstreamer-plugins\gstxingmux.dll"
!ifdef arch_x64 !ifdef arch_x64
Delete "$INSTDIR\gstreamer-plugins\gstspotify.dll" ;Delete "$INSTDIR\gstreamer-plugins\gstspotify.dll"
!endif !endif
!endif ; msvc !endif ; msvc