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 2c88e73 commit c4436d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/lib/client/tasks/signArchives.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function signArchive(archivePath, archiveName, binPaths) {
const toSign = [
{
jarDir:
`enso/dist/${ENGINE}/std-lib/Standard/polyglot/java`,
`enso/dist/${ENGINE}/lib/Standard/Database/0.1.0/polyglot/java`,
jarName: 'sqlite-jdbc-3.34.0.jar',
jarContent: [
'org/sqlite/native/Mac/aarch64/libsqlitejdbc.jnilib',
Expand Down

0 comments on commit c4436d3

Please sign in to comment.