@@ -111,6 +111,16 @@ Path where generated output file is placed
111111Defaults to the current working directory.
112112.RE
113113.TP
114+ \f[ V ] --resource-dir\f[ R ] \f[I] path \f[ R ]
115+ Path to override jpackage resources
116+ .RS
117+ .PP
118+ (absolute path or relative to the current directory)
119+ .PP
120+ Icons, template files, and other resources of jpackage can be
121+ over-ridden by adding replacement resources to this directory.
122+ .RE
123+ .TP
114124\f[ V ] --temp\f[ R ] \f[I] directory \f[ R ]
115125Path of a new or empty directory used to create temporary files
116126.RS
@@ -207,9 +217,9 @@ of key, value pairs
207217.PP
208218The keys \[dq ] module\[dq ] , \[dq ] main-jar\[dq ] , \[dq ] main-class\[dq ] ,
209219\[dq ] description\[dq ] , \[dq ] arguments\[dq ] , \[dq ] java-options\[dq ] ,
210- \[dq ] app-version \[dq ] , \[dq ] icon \[dq ] , \[dq ] launcher-as-service \[dq ] ,
211- \[dq ] win-console \[dq ] , \[dq ] win-shortcut \[dq ] , \[dq ] win-menu \[dq ] ,
212- \[ dq ] linux-app-category \[ dq ] , and \[ dq ] linux-shortcut \[ dq ] can be used.
220+ \[dq ] icon \[dq ] , \[dq ] launcher-as-service \[dq ] , \[dq ] win-console \[dq ] ,
221+ \[dq ] win-shortcut \[dq ] , \[dq ] win-menu \[dq ] , and \[dq ] linux-shortcut \[dq ]
222+ can be used.
213223.PP
214224These options are added to, or used to overwrite, the original command
215225line options to build an additional alternative launcher.
@@ -260,7 +270,7 @@ When this option is specified, the main module will be linked in the
260270Java runtime image.
261271Either --module or --main-jar option can be specified but not both.
262272.RE
263- .SS Platform dependent option for creating the application launcher:
273+ .SS Platform dependent options for creating the application launcher:
264274.SS Windows platform options (available only when running on Windows):
265275.TP
266276\f[ V ] --win-console\f[ R ]
@@ -357,16 +367,6 @@ Path to the license file
357367(absolute path or relative to the current directory)
358368.RE
359369.TP
360- \f[ V ] --resource-dir\f[ R ] \f[I] path \f[ R ]
361- Path to override jpackage resources
362- .RS
363- .PP
364- (absolute path or relative to the current directory)
365- .PP
366- Icons, template files, and other resources of jpackage can be
367- over-ridden by adding replacement resources to this directory.
368- .RE
369- .TP
370370\f[ V ] --runtime-image\f[ R ] \f[I] path \f[ R ]
371371Path of the predefined runtime image to install
372372.RS
0 commit comments