notarize icon indicating copy to clipboard operation
notarize copied to clipboard

Notarize your macOS Electron Apps

Results 46 notarize issues
Sort by recently updated
recently updated
newest added

My CI server keeps building successfully for more than a month, but today I got an error when on notarizing. The error message is ``` Error: HTTP status code: 401....

I used to deploy/notarize my electron app on an intel macbook pro (intel 2015). It's run into the recalled battery issues for that model, so I've replaced it with a...

I am trying to notarize the MacOS distributions of my application using the `afterSign` field for `electron-builder`, and have been receiving the following error: ``` Error: Failed to staple your...

In a sub-article to Apple's ["Notarizing macOS Software Before Distribution" article](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution?language=objc), called ["Customizing the Notarization Workflow"](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow?language=objc), Apple says this: > The notary service accepts disk images (UDIF format), signed flat...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

electron-notarize 1.2.1 When running ``` return await notarize({ tool:'notarytool', appBundleId, appPath, appleId: process.env.APPLE_ID, appleIdPassword: process.env.APPLE_ID_PASSWORD, teamId: process.env.APPLE_ID_GROUP_SHORT_NAME }); ``` The notarize fails with the following error The docs indicate ascProvider...

Similar to the wait for notarize, occasionally staple will fail with a timeout to cloudkit servers, forcing a new build.

This is a followup to https://github.com/electron/electron/pull/30740, which makes the hardened runtime entitlements required more clear. With modern Electron versions, `com.apple.security.cs.allow-unsigned-executable-memory` is not required and not adding it brings a number...

I have multiple organization in my apple developer account. So the logical reason would be using teamId. I was using following scripts: ```js require('dotenv').config(); const { notarize } = require('electron-notarize');...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies