-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In the README.md, I see
jpackageResources = layout.projectDirectory.dir("res") // defaults to 'src/main/resourcesPackage'
resources.from(layout.projectDirectory.dir("extra-res"))
verbose = false
// target specific options
targetsWithOs("windows") {
options.addAll("--win-dir-chooser", "--win-shortcut", "--win-menu")
appImageOptions.addAll("--win-console")
targetResources.from("windows-res")
...What is the difference between jpackageResources, resources, and targetResources?
Background: When updating from JDK24 to JDK25, we get
java.nio.file.NoSuchFileException: jabref.icns
And we don't know why. Update The reason was the path resolving in jpackage - https://bugs.openjdk.org/browse/JDK-8369008
Metadata
Metadata
Assignees
Labels
No labels