diff --git a/docs/configuration/mac.md b/docs/configuration/mac.md index bbdca052286..88fe676a351 100644 --- a/docs/configuration/mac.md +++ b/docs/configuration/mac.md @@ -107,7 +107,7 @@ The top-level [mac](configuration.md#Configuration-mac) key contains set of opti

This option has no effect unless building for “universal” arch and applies only if mergeASARs is true.

  • -

    notarize NotarizeLegacyOptions | NotarizeNotaryOptions | Boolean | “undefined” - Options to use for @electron/notarize (ref: https://github.com/electron/notarize). Supports both legacy and notarytool notarization tools. Use false to explicitly disable

    +

    notarize NotarizeLegacyOptions | NotarizeNotaryOptions | Boolean | “undefined” - Options to use for @electron/notarize (ref: https://github.com/electron/notarize). Supports both legacy and notarytool notarization tools. Use false to explicitly disable

    Note: In order to activate the notarization step You MUST specify one of the following via environment variables: 1. APPLE_API_KEY, APPLE_API_KEY_ID and APPLE_API_ISSUER. 2. APPLE_ID and APPLE_APP_SPECIFIC_PASSWORD 3. APPLE_KEYCHAIN and APPLE_KEYCHAIN_PROFILE

    For security reasons it is recommended to use the first option (see https://github.com/electron-userland/electron-builder/issues/7859)