Skip to content

Commit

Permalink
Fix naming of resulting zip files
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Aug 19, 2023
1 parent 1e9cc05 commit 8f42ca2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Expand Up @@ -88,7 +88,5 @@ tasks.withType(CreateStartScripts).each { task ->
}

distZip {
doLast {
file("$destinationDirectory/$archiveFileName").renameTo("$destinationDirectory/$archiveBaseName-$archiveVersion-${javafxPlatform}.zip")
}
archiveClassifier.set(javafxPlatform)
}

0 comments on commit 8f42ca2

Please sign in to comment.