Skip to content

Commit

Permalink
Add missing entries. (#11914)
Browse files Browse the repository at this point in the history
* Add missing entries.

* Remove typo
  • Loading branch information
jdunkerley authored Dec 19, 2024
1 parent 20c066a commit 13aa43e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/ide-desktop/client/tasks/signArchivesMacOs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ async function ensoPackageSignables(resourcesDir: string): Promise<Signable[]> {
],
],
['component/jna-*.jar', ['com/sun/jna/*/libjnidispatch.jnilib']],
[
'component/jline-*.jar',
[
'org/jline/nativ/Mac/arm64/libjlinenative.jnilib',
'org/jline/nativ/Mac/x86_64/libjlinenative.jnilib',
],
],
[
'lib/Standard/Database/*/polyglot/java/sqlite-jdbc-*.jar',
[
Expand Down

0 comments on commit 13aa43e

Please sign in to comment.