CI: Manually sign libraries missing signature

This commit is contained in:
Jonas Kvinge 2023-10-18 20:47:17 +02:00
parent e1990c9315
commit 8f72d877bd
1 changed files with 1 additions and 1 deletions

View File

@ -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