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

Commit c4436d3

Browse files
Update signing to work with new engine.
1 parent 2c88e73 commit c4436d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/lib/client/tasks/signArchives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function signArchive(archivePath, archiveName, binPaths) {
110110
const toSign = [
111111
{
112112
jarDir:
113-
`enso/dist/${ENGINE}/std-lib/Standard/polyglot/java`,
113+
`enso/dist/${ENGINE}/lib/Standard/Database/0.1.0/polyglot/java`,
114114
jarName: 'sqlite-jdbc-3.34.0.jar',
115115
jarContent: [
116116
'org/sqlite/native/Mac/aarch64/libsqlitejdbc.jnilib',

0 commit comments

Comments
 (0)