Skip to content

Commit

Permalink
CI: Fix macOS notarization (#9066)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu-tow authored Feb 15, 2024
1 parent 8489316 commit 06c8776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/ide-desktop/lib/client/tasks/signArchivesMacOs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ async function ensoPackageSignables(resourcesDir: string): Promise<Signable[]> {
'org/sqlite/native/Mac/x86_64/libsqlitejdbc.jnilib',
],
],
[
`lib/Standard/Google_Api/*/polyglot/java/grpc-netty-shaded-*.jar`,
['META-INF/native/libio_grpc_netty_shaded_netty_tcnative_osx_*.jnilib'],
],
[
`lib/Standard/Google_Api/*/polyglot/java/conscrypt-openjdk-uber-*.jar`,
['META-INF/native/libconscrypt_openjdk_jni-osx-*.dylib'],
],
]
return ArchiveToSign.lookupMany(engineDir, archivePatterns)
}
Expand Down

0 comments on commit 06c8776

Please sign in to comment.