Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* dbeaver/pro#3286 Add signed dylibs

* dbeaver/pro#3286 Add signed dylibs
  • Loading branch information
serge-rider authored Aug 30, 2024
1 parent adab8d1 commit 1f87420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.outputDirectory}/lib/aarch64-MacOSX-clang/jni</outputDirectory>
<outputDirectory>${project.build.outputDirectory}/lib/</outputDirectory>
<resources>
<resource>
<directory>${project.basedir}/lib-signed/</directory>
Expand Down

0 comments on commit 1f87420

Please sign in to comment.