121 \ The keys "name" (required), "version", "module", "class",\n\ |
121 \ The keys "name" (required), "version", "module", "class",\n\ |
122 \ "icon", "arguments", "jvm-args", "win-menu",\n\ |
122 \ "icon", "arguments", "jvm-args", "win-menu",\n\ |
123 \ "win-shortcut", and "win-console" can be used to describe\n\ |
123 \ "win-shortcut", and "win-console" can be used to describe\n\ |
124 \ the secondary launcher.\n\ |
124 \ the secondary launcher.\n\ |
125 \ --build-root <file path>\n\ |
125 \ --build-root <file path>\n\ |
126 \ Path of the directory used to create temporary files\n\ |
126 \ Path of a new or empty directory used to create temporary files\n\ |
127 \ (absolute path or relative to the current directory)\n\ |
127 \ (absolute path or relative to the current directory)\n\ |
|
128 \ If not specified, a temporary directory will be created and\n\ |
|
129 \ removed upon the task completion.\n\ |
128 \ --runtime-image <file path>\n\ |
130 \ --runtime-image <file path>\n\ |
129 \ Path of the predefined runtime image that is used to build\n\ |
131 \ Path of the predefined runtime image that is used to build\n\ |
130 \ an application image and installable package\n\ |
132 \ an application image and installable package\n\ |
131 \ (absolute path or relative to the current directory)\n\ |
133 \ (absolute path or relative to the current directory)\n\ |
132 \ --app-image <file path>\n\ |
134 \ --app-image <file path>\n\ |
146 \ Description of the application\n\ |
148 \ Description of the application\n\ |
147 \ --category <category string>\n\ |
149 \ --category <category string>\n\ |
148 \ Category or group of the application\n\ |
150 \ Category or group of the application\n\ |
149 \ --vendor <vendor string>\n\ |
151 \ --vendor <vendor string>\n\ |
150 \ Vendor of the application\n\ |
152 \ Vendor of the application\n\ |
151 \ --force Allow the deletion of any existing output root directory\n\ |
153 \ --force\n\ |
|
154 \ Allow the deletion of any existing output root directory\n\ |
152 \ when creating an Application image\n\ |
155 \ when creating an Application image\n\ |
153 \ --resource-dir <path>\n\ |
156 \ --resource-dir <path>\n\ |
154 \ Path to override jpackage resources\n\ |
157 \ Path to override jpackage resources\n\ |
155 \ Icons, template files, and other resources of jpackage can be\n\ |
158 \ Icons, template files, and other resources of jpackage can be\n\ |
156 \ over-ridden by adding replacement resources to this directory.\n\ |
159 \ over-ridden by adding replacement resources to this directory.\n\ |