From 46224fe9b8a19803dc7664020f989adbba92059d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Tue, 18 Jul 2023 21:28:39 +0200 Subject: [PATCH] nsi: Add gst-play-1.0.exe --- .github/workflows/build.yml | 3 ++- dist/windows/strawberry.nsi.in | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc89d725d..3ed10bfb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1120,7 +1120,7 @@ jobs: - name: Copy extra binaries working-directory: build - run: cp /strawberry-mxe/usr/${{matrix.arch}}-w64-mingw32.shared/bin/{sqlite3.exe,gst-launch-1.0.exe,gst-discoverer-1.0.exe,libsoup-3.0-0.dll,libnghttp2.dll} . + run: cp /strawberry-mxe/usr/${{matrix.arch}}-w64-mingw32.shared/bin/{sqlite3.exe,gst-launch-1.0.exe,gst-play-1.0.exe,gst-discoverer-1.0.exe,libsoup-3.0-0.dll,libnghttp2.dll} . - name: Copy extra binaries (debug) if: matrix.build_type == 'debug' @@ -1358,6 +1358,7 @@ jobs: copy ${{env.prefix_path_backslash}}\bin\libcrypto-3*.dll copy ${{env.prefix_path_backslash}}\bin\soup-3.0-0.dll copy ${{env.prefix_path_backslash}}\bin\gst-launch-1.0.exe + copy ${{env.prefix_path_backslash}}\bin\gst-play-1.0.exe copy ${{env.prefix_path_backslash}}\bin\gst-discoverer-1.0.exe copy ${{env.prefix_path_backslash}}\bin\sqlite3.exe diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index b5ac6be48..ea24333b5 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -235,6 +235,7 @@ Section "Strawberry" Strawberry File "strawberry.ico" File "sqlite3.exe" File "gst-launch-1.0.exe" + File "gst-play-1.0.exe" File "gst-discoverer-1.0.exe" ; MinGW specific files @@ -790,6 +791,7 @@ Section "Uninstall" Delete "$INSTDIR\strawberry.ico" Delete "$INSTDIR\sqlite3.exe" Delete "$INSTDIR\gst-launch-1.0.exe" + Delete "$INSTDIR\gst-play-1.0.exe" Delete "$INSTDIR\gst-discoverer-1.0.exe" ; MinGW specific files