Skip to content

Commit 4b65fca

Browse files
committed
build: don't rename licenses
1 parent 3735528 commit 4b65fca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ffmpeg/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,9 @@ val compileNative = if (deployNative) {
5252
fun AbstractCopyTask.licenses() {
5353
from(layout.projectDirectory) {
5454
include("LICENSE.*", "COPYING.*", "COPYRIGHT.*", "Copyright.*")
55-
rename { "ffmpeg-static-$it" }
5655
}
5756
from(rootProject.layout.projectDirectory) {
5857
include("LICENSE", "THIRDPARTY_LICENSES")
59-
rename { "ffmpeg-static-$it" }
6058
}
6159
}
6260

0 commit comments

Comments
 (0)