From 836074fb6008a1c5138829a34010c3f91accdfb8 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 26 Jan 2024 18:58:10 +0100 Subject: [PATCH] CI: Manually codesign png framework --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 916a2561..48ce8cdd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -869,10 +869,10 @@ jobs: working-directory: build run: make deploy - - name: Codesign libsoup + - name: Manually Codesign if: github.repository == 'strawberrymusicplayer/strawberry' && github.event.pull_request.head.repo.fork == false working-directory: build - run: codesign -s 383J84DVB6 -f strawberry.app/Contents/Frameworks/{libsoup-3.0.0.dylib,libnghttp2.14.dylib,libpsl.5.dylib,libpcre2-16.0.dylib,libpng16.16.dylib,libzstd.1.dylib} strawberry.app + run: codesign -s 383J84DVB6 -f strawberry.app/Contents/Frameworks/{libsoup-3.0.0.dylib,libnghttp2.14.dylib,libpsl.5.dylib,libpcre2-16.0.dylib,libpng16.16.dylib,libzstd.1.dylib} strawberry.app/Contents/Frameworks/png.framework/png strawberry.app - name: Deploy check working-directory: build