File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/io/github/fvarrui/javapackager Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -893,14 +893,14 @@ private void generateDmgImage() throws MojoExecutionException {
893893
894894 // rendering applescript
895895 Map <String , Object > params = new HashMap <>();
896- params .put ("windowX" , "value" );
897- params .put ("windowY" , "value" );
898- params .put ("windowWidth" , "value" );
899- params .put ("windowHeight" , "value" );
896+ params .put ("windowX" , 10 );
897+ params .put ("windowY" , 60 );
898+ params .put ("windowWidth" , 540 );
899+ params .put ("windowHeight" , 360 );
900900 params .put ("iconSize" , 128 );
901901 params .put ("textSize" , 16 );
902902 params .put ("background" , backgroundFile .getParentFile ().getName () + "/" + backgroundFile .getName ());
903- params .put ("file" , name );
903+ params .put ("file" , name + ".app" );
904904 params .put ("fileX" , 20 );
905905 params .put ("fileY" , 20 );
906906 params .put ("appX" , 100 );
You can’t perform that action at this time.
0 commit comments