From eafab7d5e927bee4495b658c28792a97dc271433 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Fri, 27 Nov 2020 20:03:57 +0100 Subject: [PATCH] CI: Add decklink-captions to dylibbundler fixups --- .github/workflows/main.yml | 1 + CI/full-build-macos.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a605ecdf..918ba9dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -191,6 +191,7 @@ jobs: -s ./rundir/RelWithDebInfo/bin \ -x ./OBS.app/Contents/PlugIns/coreaudio-encoder.so \ -x ./OBS.app/Contents/PlugIns/decklink-ouput-ui.so \ + -x ./OBS.app/Contents/PlugIns/decklink-captions.so \ -x ./OBS.app/Contents/PlugIns/frontend-tools.so \ -x ./OBS.app/Contents/PlugIns/image-source.so \ -x ./OBS.app/Contents/PlugIns/linux-jack.so \ diff --git a/CI/full-build-macos.sh b/CI/full-build-macos.sh index f00092dd..1f3d684a 100755 --- a/CI/full-build-macos.sh +++ b/CI/full-build-macos.sh @@ -309,6 +309,7 @@ bundle_dylibs() { -s ./rundir/${BUILD_CONFIG}/bin/ \ -x ./OBS.app/Contents/PlugIns/coreaudio-encoder.so \ -x ./OBS.app/Contents/PlugIns/decklink-ouput-ui.so \ + -x ./OBS.app/Contents/PlugIns/decklink-captions.so \ -x ./OBS.app/Contents/PlugIns/frontend-tools.so \ -x ./OBS.app/Contents/PlugIns/image-source.so \ -x ./OBS.app/Contents/PlugIns/linux-jack.so \ -- GitLab