destination = "${projectDir}/build/jpackage"

This commit is contained in:
Anthony Stirling 2024-12-13 00:47:37 +00:00
parent 4ae7c83357
commit de3f59cf44

View File

@ -123,7 +123,7 @@ jpackage {
// Enable verbose output
verbose = true
destinationDir = file("${projectDir}/build/jpackage")
destination = "${projectDir}/build/jpackage"
// Windows-specific configuration
windows {