use release executable for packaging
This commit is contained in:
parent
920943d49b
commit
eb16d745f4
@ -158,11 +158,11 @@ kotlin {
|
||||
archiveBaseName = "phoenix"
|
||||
archiveClassifier = classifier
|
||||
|
||||
from("$projectDir/build/bin/$dir/phoenixdDebugExecutable") {
|
||||
from("$projectDir/build/bin/$dir/phoenixdReleaseExecutable") {
|
||||
include("*.kexe")
|
||||
rename("phoenixd.kexe", "phoenixd")
|
||||
}
|
||||
from("$projectDir/build/bin/$dir/phoenix-cliDebugExecutable") {
|
||||
from("$projectDir/build/bin/$dir/phoenix-cliReleaseExecutable") {
|
||||
include("*.kexe")
|
||||
rename("phoenix-cli.kexe", "phoenix-cli")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user