diff --git a/dist/windows/clementine.nsi b/dist/windows/clementine.nsi index 3da4d4399..4af10c596 100644 --- a/dist/windows/clementine.nsi +++ b/dist/windows/clementine.nsi @@ -104,6 +104,7 @@ Section "Gstreamer plugins" gstreamer-plugins File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll" File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll" File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll" + File "/oname=libgstsoup.dll" "gstreamer-plugins\libgstsoup.dll" File "/oname=libgstspeex.dll" "gstreamer-plugins\libgstspeex.dll" File "/oname=libgsttypefindfunctions.dll" "gstreamer-plugins\libgsttypefindfunctions.dll" File "/oname=libgstvolume.dll" "gstreamer-plugins\libgstvolume.dll" @@ -192,6 +193,7 @@ Section "Uninstall" Delete "$INSTDIR\gstreamer-plugins\libgstid3demux.dll" Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll" Delete "$INSTDIR\gstreamer-plugins\libgstspeex.dll" + Delete "$INSTDIR\gstreamer-plugins\libgstsoup.dll" Delete "$INSTDIR\gstreamer-plugins\libgsttypefindfunctions.dll" Delete "$INSTDIR\gstreamer-plugins\libgstvolume.dll" Delete "$INSTDIR\gstreamer-plugins\libgstvorbis.dll" @@ -208,4 +210,4 @@ Section "Uninstall" ; Remove the entry from 'installed programs list' DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" -SectionEnd \ No newline at end of file +SectionEnd