Skip to content

Commit

Permalink
Fixed binaries not being copied correctly.
Browse files Browse the repository at this point in the history
Signed-off-by: weisj <weisj@arcor.de>
  • Loading branch information
weisJ committed Jan 21, 2020
1 parent ffb2f77 commit 43df377
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ tasks.withType(JavaCompile) {
task copyLibraries(type: Copy) {
from "${buildDir}/libs/jniplatform/shared"
into "${projectDir}/src/main/resources/com/github/weisj/darklaf/platform/windows"
include "*.dll"
include "*/*.dll"
}

task buildLibraries {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 43df377

Please sign in to comment.