Filter kexe files when packaging phoenix binaries
This commit is contained in:
parent
40e9509a13
commit
a3840717ea
@ -155,9 +155,11 @@ kotlin {
|
||||
archiveClassifier = classifier
|
||||
|
||||
from("$projectDir/build/bin/$dir/phoenixdDebugExecutable") {
|
||||
include("*.kexe")
|
||||
rename("phoenixd.kexe", "phoenixd")
|
||||
}
|
||||
from("$projectDir/build/bin/$dir/phoenix-cliDebugExecutable") {
|
||||
include("*.kexe")
|
||||
rename("phoenix-cli.kexe", "phoenix-cli")
|
||||
}
|
||||
into("${archiveBaseName.get()}-${archiveVersion.get()}-${archiveClassifier.get()}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user