Skip to content

Commit 7450103

Browse files
committed
Update PackageMojo.java
1 parent 6abb2ab commit 7450103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/PackageMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ private void generateDmgImage() throws MojoExecutionException {
899899
params.put("windowHeight", 360);
900900
params.put("iconSize", 128);
901901
params.put("textSize", 16);
902-
params.put("background", backgroundFile.getParentFile().getName() + "/" + backgroundFile.getName());
902+
params.put("background", backgroundFile.getName());
903903
params.put("file", name + ".app");
904904
params.put("fileX", 20);
905905
params.put("fileY", 20);

0 commit comments

Comments
 (0)