1 | "use strict";
|
2 |
|
3 | Object.defineProperty(exports, "__esModule", {
|
4 | value: true
|
5 | });
|
6 | exports.authorEmailIsMissed = void 0;
|
7 | const authorEmailIsMissed = `Please specify author 'email' in the application package.json
|
8 |
|
9 | See https://docs.npmjs.com/files/package.json#people-fields-author-contributors
|
10 |
|
11 | It is required to set Linux .deb package maintainer. Or you can set maintainer in the custom linux options.
|
12 | (see https://www.electron.build/configuration/linux).
|
13 | `; exports.authorEmailIsMissed = authorEmailIsMissed;
|
14 |
|
\ | No newline at end of file |