From 8f72d877bdfdfc1ffe89d78a7d965f4d92bc290f Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 18 Oct 2023 20:47:17 +0200 Subject: [PATCH] CI: Manually sign libraries missing signature --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cead09d..8778eae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -858,7 +858,7 @@ jobs: - name: Codesign libsoup if: matrix.runner == 'macos-11' working-directory: build - run: codesign -s 383J84DVB6 -f strawberry.app/Contents/Frameworks/{libsoup-3.0.0.dylib,libnghttp2.14.dylib,libpsl.5.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 - name: Deploy check working-directory: build