Skip to content

Commit 7fc7483

Browse files
committed
fix: include tracy license in distributed JAR
1 parent 1b6032a commit 7fc7483

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ tasks.withType(Jar).configureEach {
3939
include("*.dylib")
4040
into("macosx")
4141
}
42+
from (new File(project('tracy-jni').projectDir, "tracy")) {
43+
include("LICENSE")
44+
rename("LICENSE", "TRACY_LICENSE")
45+
}
4246
}
4347

4448
tasks.named("test", Test) {

0 commit comments

Comments
 (0)