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
Type Aliases
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 oneto 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>
- Updated .
Package analyzed in 1526 ms. - Missing or incorrect documentation? Open an issue for this package.