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 6fb9f9c commit b0bcfbcCopy full SHA for b0bcfbc
src/main/java/io/github/fvarrui/javapackager/PackageMojo.java
@@ -870,7 +870,7 @@ private void generateDmgImage() throws MojoExecutionException {
870
getLog().info("Copying background image");
871
File backgroundFolder = FileUtils.mkdir(appFolder, ".background");
872
File backgroundFile = new File(backgroundFolder, "background.png");
873
- FileUtils.copyResourceToFile("/assets/mac/background.png", backgroundFile);
+ FileUtils.copyResourceToFile("/mac/background.png", backgroundFile);
874
875
// copies volume icon
876
getLog().info("Copying icon file: " + iconFile.getAbsolutePath());
0 commit comments