mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 18:34:03 +03:00
CI: Fix macOS notarization (#9066)
This commit is contained in:
parent
8489316d83
commit
06c8776099
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user