Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable duplicate macOS notarization step #398

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

kenjenkins
Copy link
Contributor

Summary

As of electron-builder v24, there is a built-in notarization step for macOS builds. This notarization step expects a slightly different set of environment variable values compared with what the existing Notarize.js script uses, which causes an error.

Disable the built-in notarization step in electron-builder, so we continue using the existing Notarize.js script for now.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

As of electron-builder v24, there is a built-in notarization step for
macOS builds. This notarization step expects a slightly different set of
environment variable values compared with what the existing Notarize.js
script uses, which causes an error.

Disable the built-in notarization step in electron-builder, so we
continue using the existing Notarize.js script for now.
@kenjenkins kenjenkins added the ci CI/CD and release automation label Mar 14, 2024
@kenjenkins kenjenkins requested a review from a team as a code owner March 14, 2024 17:25
@kenjenkins kenjenkins requested review from nhayfield and removed request for a team March 14, 2024 17:25
@kenjenkins kenjenkins merged commit 4057074 into main Mar 14, 2024
3 checks passed
@kenjenkins kenjenkins deleted the kenjenkins/fix-notarization branch March 14, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI/CD and release automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants