We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abb2ab commit 7450103Copy full SHA for 7450103
src/main/java/io/github/fvarrui/javapackager/PackageMojo.java
@@ -899,7 +899,7 @@ private void generateDmgImage() throws MojoExecutionException {
899
params.put("windowHeight", 360);
900
params.put("iconSize", 128);
901
params.put("textSize", 16);
902
- params.put("background", backgroundFile.getParentFile().getName() + "/" + backgroundFile.getName());
+ params.put("background", backgroundFile.getName());
903
params.put("file", name + ".app");
904
params.put("fileX", 20);
905
params.put("fileY", 20);
0 commit comments