Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Update signing to work with new engine.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer committed Jul 20, 2021
1 parent 67364e5 commit 9b14170
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/js/lib/client/tasks/signArchives.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@ function signArchive(archivePath, archiveName, binPaths) {
// will show up as a failure to notarise the IDE. The offending archive will be named in the error
// message provided by Apple and can then be added here.
const toSign = [
{
jarDir:
`enso/dist/${ENGINE}/std-lib/Standard/polyglot/java`,
jarName: 'sqlite-jdbc-3.34.0.jar',
jarContent: [
'org/sqlite/native/Mac/aarch64/libsqlitejdbc.jnilib',
'org/sqlite/native/Mac/x86_64/libsqlitejdbc.jnilib',
],
},
{
jarDir:
`enso/dist/${ENGINE}/component`,
Expand Down

0 comments on commit 9b14170

Please sign in to comment.