New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

electron-builder-notarize

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-builder-notarize

Notarize Electron applications using electron-builder

1.0.0
Source
npm
Version published
Weekly downloads
6.4K
15.19%
Maintainers
1
Weekly downloads
 
Created
Source

electron-builder-notarize Build Status

Notarize Electron applications using electron-builder

Install

# npm
npm i electron-builder-notarize --save-dev

# yarn
yarn add electron-builder-notarize --dev

Usage

In your electron-builder config:

{
	...
	"afterSign": "electron-builder-notarize",
	"mac": {
		...
		"hardenedRuntime": true,
		"entitlements": "./node_modules/electron-builder-notarize/entitlements.mac.inherit.plist",
	}
}

You will also need to set two environment variables:

  • APPLE_ID: The username of your apple developer account
  • APPLE_ID_PASSWORD: An app-specific password. You can create one at appleid.apple.com

You can replace the entitlements file with your own, as long as those properties are included as well.

FAQs

Package last updated on 22 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts