electron-notarize

  • Version 1.2.2
  • Published
  • 49.6 kB
  • 2 dependencies
  • MIT license

Install

npm i electron-notarize
yarn add electron-notarize
pnpm add electron-notarize

Overview

Notarize your Electron app

Index

Functions

function notarize

notarize: ({ appPath, ...otherOptions }: NotarizeOptions) => Promise<void>;

    function validateAuthorizationArgs

    validateAuthorizationArgs: (
    opts: LegacyNotarizeCredentials
    ) => LegacyNotarizeCredentials;

      Type Aliases

      type NotarizeOptions

      type NotarizeOptions =
      | ({
      tool?: 'legacy';
      } & LegacyNotarizeStartOptions)
      | ({
      tool: 'notarytool';
      } & NotaryToolStartOptions);

        Package Files (3)

        Dependencies (2)

        Dev Dependencies (9)

        Peer Dependencies (0)

        No peer dependencies.

        Badge

        To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

        You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/electron-notarize.

        • Markdown
          [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/electron-notarize)
        • HTML
          <a href="https://www.jsdocs.io/package/electron-notarize"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>