69 \ --name -n <name>\n\ |
69 \ --name -n <name>\n\ |
70 \ Name of the application and/or package\n\ |
70 \ Name of the application and/or package\n\ |
71 \ --output -o <output path>\n\ |
71 \ --output -o <output path>\n\ |
72 \ Path where generated output file is placed\n\ |
72 \ Path where generated output file is placed\n\ |
73 \ (absolute path or relative to the current directory)\n\ |
73 \ (absolute path or relative to the current directory)\n\ |
74 \ --temp-root <file path>\n\ |
74 \ --temp <file path>\n\ |
75 \ Path of a new or empty directory used to create temporary files\n\ |
75 \ Path of a new or empty directory used to create temporary files\n\ |
76 \ (absolute path or relative to the current directory)\n\ |
76 \ (absolute path or relative to the current directory)\n\ |
77 \ If specified, the temp-root will not be removed upon the task\n\ |
77 \ If specified, the temp dir will not be removed upon the task\n\ |
78 \ completion and must be removed manually\n\ |
78 \ completion and must be removed manually\n\ |
79 \ If not specified, a temporary directory will be created and\n\ |
79 \ If not specified, a temporary directory will be created and\n\ |
80 \ removed upon the task completion.\n\ |
80 \ removed upon the task completion.\n\ |
81 \ --vendor <vendor string>\n\ |
81 \ --vendor <vendor string>\n\ |
82 \ Vendor of the application\n\ |
82 \ Vendor of the application\n\ |
110 \ --strip-native-commands. --bind-services will also be added if\n\ |
110 \ --strip-native-commands. --bind-services will also be added if\n\ |
111 \ --add-modules is not specified.\n\ |
111 \ --add-modules is not specified.\n\ |
112 \n\ |
112 \n\ |
113 \Options for creating the application image:\n\ |
113 \Options for creating the application image:\n\ |
114 \ --icon <icon file path>\n\ |
114 \ --icon <icon file path>\n\ |
115 \ Path of the icon of the application bundle\n\ |
115 \ Path of the icon of the application package\n\ |
116 \ (absolute path or relative to the current directory)\n\ |
116 \ (absolute path or relative to the current directory)\n\ |
117 \ --input -i <input path>\n\ |
117 \ --input -i <input path>\n\ |
118 \ Path of the input directory that contains the files to be packaged\n\ |
118 \ Path of the input directory that contains the files to be packaged\n\ |
119 \ (absolute path or relative to the current directory)\n\ |
119 \ (absolute path or relative to the current directory)\n\ |
120 \ All files in the input directory will be packaged into the\n\ |
120 \ All files in the input directory will be packaged into the\n\ |
213 |
213 |
214 MSG_Help_win_install_dir=\ |
214 MSG_Help_win_install_dir=\ |
215 \Relative sub-path under the default installation location\n\ |
215 \Relative sub-path under the default installation location\n\ |
216 |
216 |
217 MSG_Help_mac_launcher=\ |
217 MSG_Help_mac_launcher=\ |
218 \ --mac-bundle-identifier <ID string>\n\ |
218 \ --mac-package-identifier <ID string>\n\ |
219 \ An identifier that uniquely identifies the application for macOS\n\ |
219 \ An identifier that uniquely identifies the application for macOS\n\ |
220 \ Defaults to the value of --identifier option.\n\ |
220 \ Defaults to the value of --identifier option.\n\ |
221 \ May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\ |
221 \ May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\ |
222 \ and period (.) characters.\n\ |
222 \ and period (.) characters.\n\ |
223 \ --mac-bundle-name <name string>\n\ |
223 \ --mac-package-name <name string>\n\ |
224 \ Name of the application as it appears in the Menu Bar\n\ |
224 \ Name of the application as it appears in the Menu Bar\n\ |
225 \ This can be different from the application name.\n\ |
225 \ This can be different from the application name.\n\ |
226 \ This name must be less than 16 characters long and be suitable for\n\ |
226 \ This name must be less than 16 characters long and be suitable for\n\ |
227 \ displaying in the menu bar and the application Info window.\n\ |
227 \ displaying in the menu bar and the application Info window.\n\ |
228 \ Defaults to the application name.\n\ |
228 \ Defaults to the application name.\n\ |
229 \ --mac-bundle-signing-prefix <prefix string>\n\ |
229 \ --mac-package-signing-prefix <prefix string>\n\ |
230 \ When signing the application bundle, this value is prefixed to all\n\ |
230 \ When signing the application package, this value is prefixed\n\ |
231 \ components that need to be signed that don't have\n\ |
231 \ to all components that need to be signed that don't have\n\ |
232 \ an existing bundle identifier.\n\ |
232 \ an existing package identifier.\n\ |
233 \ --mac-sign\n\ |
233 \ --mac-sign\n\ |
234 \ Request that the bundle be signed\n\ |
234 \ Request that the package be signed\n\ |
235 \ --mac-signing-keychain <file path>\n\ |
235 \ --mac-signing-keychain <file path>\n\ |
236 \ Path of the keychain to search for the signing identity\n\ |
236 \ Path of the keychain to search for the signing identity\n\ |
237 \ (absolute path or relative to the current directory).\n\ |
237 \ (absolute path or relative to the current directory).\n\ |
238 \ If not specified, the standard keychains are used.\n\ |
238 \ If not specified, the standard keychains are used.\n\ |
239 \ --mac-signing-key-user-name <team name>\n\ |
239 \ --mac-signing-key-user-name <team name>\n\ |
240 \ Team name portion in Apple signing identities' names.\n\ |
240 \ Team name portion in Apple signing identities' names.\n\ |
241 \ For example "Developer ID Application: "\n\ |
241 \ For example "Developer ID Application: "\n\ |
242 |
242 |
243 MSG_Help_linux_install=\ |
243 MSG_Help_linux_install=\ |
244 \ --linux-bundle-name <bundle name>\n\ |
244 \ --linux-package-name <package name>\n\ |
245 \ Name for Linux bundle, defaults to the application name\n\ |
245 \ Name for Linux package, defaults to the application name\n\ |
246 \ --linux-deb-maintainer <email address>\n\ |
246 \ --linux-deb-maintainer <email address>\n\ |
247 \ Maintainer for .deb bundle\n\ |
247 \ Maintainer for .deb package\n\ |
248 \ --linux-deb-copyright-file <file path>\n\ |
248 \ --linux-deb-copyright-file <file path>\n\ |
249 \ Path to custom copyright file for Debian packaging\n\ |
249 \ Path to custom copyright file for Debian packaging\n\ |
250 \ (absolute path or relative to the current directory)\n\ |
250 \ (absolute path or relative to the current directory)\n\ |
251 \ --linux-menu-group <menu-group-name>\n\ |
251 \ --linux-menu-group <menu-group-name>\n\ |
252 \ Menu group this application is placed in\n\ |
252 \ Menu group this application is placed in\n\ |