diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index c407869ac..47138c201 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -763,6 +763,9 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=gstwavpack.dll" "gstreamer-plugins\gstwavpack.dll" 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" +!endif !endif ; MSVC SectionEnd @@ -1265,6 +1268,9 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\gstwavpack.dll" Delete "$INSTDIR\gstreamer-plugins\gstwavparse.dll" Delete "$INSTDIR\gstreamer-plugins\gstxingmux.dll" +!ifdef arch_x64 + Delete "$INSTDIR\gstreamer-plugins\gstspotify.dll" +!endif !endif ; msvc Delete "$INSTDIR\Uninstall.exe"