Unverified Commit cb5c72a7 authored by Alexey Tsvetkov's avatar Alexey Tsvetkov Committed by GitHub

Seal correct file (#413)

parent 9a1f584f
...@@ -59,7 +59,7 @@ abstract class SealAndSignSharedLibraryTask : DefaultTask() { ...@@ -59,7 +59,7 @@ abstract class SealAndSignSharedLibraryTask : DefaultTask() {
libFile.copyTo(outputFile, overwrite = true) libFile.copyTo(outputFile, overwrite = true)
sealer.orNull?.let { sealer -> sealer.orNull?.let { sealer ->
sealBinary(sealer.asFile, libFile) sealBinary(sealer.asFile, outputFile)
} }
val signHost = signHost.orNull val signHost = signHost.orNull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment