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:
parent
ce3af4961b
commit
94561e6815
1
.github/workflows/ccpp.yml
vendored
1
.github/workflows/ccpp.yml
vendored
@ -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/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/libgstxingmux.dll
|
||||
${GITHUB_WORKSPACE}/build/gstreamer-plugins/
|
||||
|
||||
- name: Copy extra binaries
|
||||
|
2
dist/windows/strawberry.nsi.in
vendored
2
dist/windows/strawberry.nsi.in
vendored
@ -393,6 +393,7 @@ Section "Gstreamer plugins" gstreamer-plugins
|
||||
File "/oname=libgstwasapi.dll" "gstreamer-plugins\libgstwasapi.dll"
|
||||
File "/oname=libgstwavpack.dll" "gstreamer-plugins\libgstwavpack.dll"
|
||||
File "/oname=libgstwavparse.dll" "gstreamer-plugins\libgstwavparse.dll"
|
||||
File "/oname=libgstxingmux.dll" "gstreamer-plugins\libgstxingmux.dll"
|
||||
|
||||
SectionEnd
|
||||
|
||||
@ -601,6 +602,7 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\gstreamer-plugins\libgstwasapi.dll"
|
||||
Delete $INSTDIR\gstreamer-plugins\libgstwavpack.dll"
|
||||
Delete $INSTDIR\gstreamer-plugins\libgstwavparse.dll"
|
||||
Delete $INSTDIR\gstreamer-plugins\libgstxingmux.dll"
|
||||
|
||||
Delete $INSTDIR\Uninstall.exe"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user