Skip to content

Commit

Permalink
dbeaver/pro#3286 Add signed dylibs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider authored Aug 30, 2024
1 parent cc8a9a3 commit adab8d1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,22 @@
</resources>
</configuration>
</execution>
<execution>
<id>copy-signed-binaries</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.outputDirectory}/lib/aarch64-MacOSX-clang/jni</outputDirectory>
<resources>
<resource>
<directory>${project.basedir}/lib-signed/</directory>
<filtering>false</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit adab8d1

Please sign in to comment.