UNPKG

electron-builder

Version:

A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box

31 lines (24 loc) 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const buildIsMissed = exports.buildIsMissed = `Please specify 'build' configuration in the development package.json ('%s'), at least build: { "appId": "your.id", "category": "your.app.category.type" } } is required. `; const authorEmailIsMissed = exports.authorEmailIsMissed = `Please specify author 'email' in the application package.json See https://docs.npmjs.com/files/package.json#people-fields-author-contributors It is required to set Linux .deb package maintainer. Or you can set maintainer in the custom linux options. (see https://github.com/electron-userland/electron-builder#distributable-format-configuration). `; const buildInAppSpecified = exports.buildInAppSpecified = `'build' in the application package.json ('%s') is not supported since 3.0 anymore Please move 'build' into the development package.json ('%s') `; const nameInBuildSpecified = exports.nameInBuildSpecified = `'name' in the 'build' is forbidden. Please move 'name' from 'build' into the application package.json ('%s') `; //# sourceMappingURL=errorMessages.js.map