8210505: Unable to create an installer from an app-image on linux
Reviewed-by: almatvee
bundler.name=Mac App Storebundler.description=Creates a binary bundle ready for deployment into the Mac App Store.param.app-bundler.name=Mac App Bundlerparam.app-bundle.description=Creates a .app bundle for the Macparam.app-image-build-root.name=param.app-image-build-root.description=This is temporary location built by the packager that is the root of the image applicationparam.signing-keychain.name=Signing Keychainparam.signing-keychain.description=The location of the keychain to use. If not specified the standard keychains will be used.param.signing-key-name.name=Signing Key User Nameparam.signing-key-name.description=The user name portion of the typical "Mac Developer ID Application: <user name>" signing key.param.daemon-bundler.name=Mac Daemon Bundlerparam.daemon-bundler.description=Creates daemon image for the Macparam.daemon-image-build-root.name=param.daemon-image-build-root.description=This is temporary location built by the packager that is the root of the daemon imageparam.installer-name.name=Installer Nameparam.installer-name.description=The filename of the generated installer without the file type extension. Default is <App Name>-<Version>.param.config-root.name=param.config-root.description=error.parameters-null=Parameters map is null.error.parameters-null.advice=Pass in a non-null parameters map.message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not existsmessage.app-image-dir-does-not-exist.advice=Confirm that the value for {0} existsmessage.could-not-retrieve-name=Could not retrieve gecos namemessage.app-image-requires-app-name=When using an external app image you must specify the app name.message.app-image-requires-app-name.advice=Set the app name via the -name CLI flag, the fx:application/@name ANT attribute, or via the 'appName' bundler argument.message.app-image-requires-identifier=When using an external app image you must specify the identifier.message.app-image-requires-identifier.advice=Set the identifier via the -appId CLI flag, the fx:application/@id ANT attribute, or via the 'identifier' bundler argument.