Skip to content

Commit b0bcfbc

Browse files
committed
Update PackageMojo.java
1 parent 6fb9f9c commit b0bcfbc

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
@@ -870,7 +870,7 @@ private void generateDmgImage() throws MojoExecutionException {
870870
getLog().info("Copying background image");
871871
File backgroundFolder = FileUtils.mkdir(appFolder, ".background");
872872
File backgroundFile = new File(backgroundFolder, "background.png");
873-
FileUtils.copyResourceToFile("/assets/mac/background.png", backgroundFile);
873+
FileUtils.copyResourceToFile("/mac/background.png", backgroundFile);
874874

875875
// copies volume icon
876876
getLog().info("Copying icon file: " + iconFile.getAbsolutePath());

0 commit comments

Comments
 (0)