Skip to content

Commit bc5c4da

Browse files
committed
Update PackageMojo.java
1 parent b0bcfbc commit bc5c4da

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
@@ -878,7 +878,7 @@ private void generateDmgImage() throws MojoExecutionException {
878878

879879
// creates image
880880
getLog().info("Creating image: " + tempDmgFile.getAbsolutePath());
881-
CommandUtils.execute("hdiutil", "create", "-srcfolder", appFolder, "-volname", volumeName, "-fs", "HFS+", "-fsargs", "-c c=64,a=16,e=16", "-format", "UDRW", tempDmgFile);
881+
CommandUtils.execute("hdiutil", "create", "-srcfolder", appFolder, "-volname", volumeName, "-fs", "HFS+", "-format", "UDRW", tempDmgFile);
882882

883883
// mounts image
884884
getLog().info("Mounting image: " + tempDmgFile.getAbsolutePath());

0 commit comments

Comments
 (0)