use release executable for packaging

This commit is contained in:
pm47 2024-03-21 16:20:22 +01:00
parent 920943d49b
commit eb16d745f4
No known key found for this signature in database
GPG Key ID: E434ED292E85643A

View File

@ -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")
}