Skip to content

Commit

Permalink
Add file to be signed. (#11010)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley authored Sep 9, 2024
1 parent 89c5b31 commit 7556d8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/ide-desktop/client/tasks/signArchivesMacOs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ async function ensoPackageSignables(resourcesDir: string): Promise<Signable[]> {
[
'org/sqlite/native/Mac/aarch64/libsqlitejdbc.jnilib',
'org/sqlite/native/Mac/x86_64/libsqlitejdbc.jnilib',
'org/sqlite/native/Mac/aarch64/libsqlitejdbc.dylib',
'org/sqlite/native/Mac/x86_64/libsqlitejdbc.dylib',
],
],
[
Expand Down

0 comments on commit 7556d8f

Please sign in to comment.