Skip to content

Commit

Permalink
add hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Jun 21, 2023
1 parent 97cd0f6 commit bfe8c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ distributions {
clitools {
distributionBaseName = "lf-cli"
if (project.hasProperty('nightly')) {
distributionClassifier = 'nightly-' + project.nightly + platform.os + '-' + platform.arch
distributionClassifier = 'nightly-' + project.nightly + '-' + platform.os + '-' + platform.arch
} else if (!platform.isNative) {
distributionClassifier = platform.os + '-' + platform.arch
}
Expand Down

0 comments on commit bfe8c76

Please sign in to comment.