MAS
The top-level mas key contains set of options instructing electron-builder on how it should build MAS (Mac Application Store) target. Inherits macOS options.
- entitlementsString | “undefined” - The path to entitlements file for signing the app.- build/entitlements.mas.plistwill be used if exists (it is a recommended way to set). Otherwise default.
- entitlementsInheritString | “undefined” - The path to child entitlements which inherit the security settings for signing frameworks and bundles of a distribution.- build/entitlements.mas.inherit.plistwill be used if exists (it is a recommended way to set). Otherwise default.
- binariesArray<String> | “undefined” - Paths of any extra binaries that need to be signed.