errorMessages.js 496 B

1234567891011
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.authorEmailIsMissed = void 0;
  4. exports.authorEmailIsMissed = `Please specify author 'email' in the application package.json
  5. See https://docs.npmjs.com/files/package.json#people-fields-author-contributors
  6. It is required to set Linux .deb package maintainer. Or you can set maintainer in the custom linux options.
  7. (see https://www.electron.build/configuration/linux).
  8. `;
  9. //# sourceMappingURL=errorMessages.js.map