1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-17 19:18:36 +01:00

Windows: Include ibgstxingmux.dll in installer

This commit is contained in:
Jonas Kvinge 2021-12-27 18:12:55 +01:00
parent ce3af4961b
commit 94561e6815
2 changed files with 3 additions and 0 deletions

View File

@ -1256,6 +1256,7 @@ jobs:
/usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstlibav.dll /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstlibav.dll
/usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstopenmpt.dll /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstopenmpt.dll
/usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstdash.dll /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstdash.dll
/usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/gstreamer-1.0/libgstxingmux.dll
${GITHUB_WORKSPACE}/build/gstreamer-plugins/ ${GITHUB_WORKSPACE}/build/gstreamer-plugins/
- name: Copy extra binaries - name: Copy extra binaries

View File

@ -393,6 +393,7 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll" File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll"
File "/oname=libgstwavpack.dll" "gstreamer-plugins\libgstwavpack.dll" File "/oname=libgstwavpack.dll" "gstreamer-plugins\libgstwavpack.dll"
File "/oname=libgstwavparse.dll" "gstreamer-plugins\libgstwavparse.dll" File "/oname=libgstwavparse.dll" "gstreamer-plugins\libgstwavparse.dll"
File "/oname=libgstxingmux.dll" "gstreamer-plugins\libgstxingmux.dll"
SectionEnd SectionEnd
@ -601,6 +602,7 @@ Section "Uninstall"
Delete $INSTDIR\gstreamer-plugins\libgstwasapi.dll" Delete $INSTDIR\gstreamer-plugins\libgstwasapi.dll"
Delete $INSTDIR\gstreamer-plugins\libgstwavpack.dll" Delete $INSTDIR\gstreamer-plugins\libgstwavpack.dll"
Delete $INSTDIR\gstreamer-plugins\libgstwavparse.dll" Delete $INSTDIR\gstreamer-plugins\libgstwavparse.dll"
Delete $INSTDIR\gstreamer-plugins\libgstxingmux.dll"
Delete $INSTDIR\Uninstall.exe" Delete $INSTDIR\Uninstall.exe"