Add gst-launch-1.0.exe to windows setup

This commit is contained in:
Jonas Kvinge 2020-11-24 15:45:24 +01:00
parent f7bddee0ce
commit e9c59b5c31
2 changed files with 3 additions and 1 deletions

View File

@ -1247,7 +1247,7 @@ jobs:
- name: Copy extra binaries
working-directory: build
run: cp /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/{sqlite3.exe,killproc.exe} .
run: cp /usr/src/strawberry-mxe/usr/x86_64-w64-mingw32.shared/bin/{sqlite3.exe,killproc.exe,gst-launch-1.0.exe} .
- name: Copy dependencies
working-directory: build

View File

@ -175,6 +175,7 @@ Section "Strawberry" Strawberry
File "strawberry-tagreader.exe"
File "strawberry.ico"
File "sqlite3.exe"
File "gst-launch-1.0.exe"
!ifdef arch_x86
File "libgcc_s_sjlj-1.dll"
@ -443,6 +444,7 @@ Section "Uninstall"
Delete "$INSTDIR\strawberry.exe"
Delete "$INSTDIR\strawberry-tagreader.exe"
Delete "$INSTDIR\sqlite3.exe"
Delete "$INSTDIR\gst-launch-1.0.exe"
!ifdef arch_x86
Delete "$INSTDIR\libgcc_s_sjlj-1.dll"