Skip to content

Commit

Permalink
Add file to be signed. (#11010)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7556d8f)
  • Loading branch information
jdunkerley committed Sep 9, 2024
1 parent b9a8ab3 commit 1405bb6
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 1405bb6

Please sign in to comment.