UNPKG

vrrv-installer-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

28 lines (21 loc) 971 B
"use strict"; 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. `; 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). `; 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') `; exports.nameInBuildSpecified = `'name' in the 'build' is forbidden Please move 'name' from 'build' into the application package.json ('%s') `; //# sourceMappingURL=errorMessages.js.map