Skip to content

Commit

Permalink
fix: Keep notarizing macOS binaries ourselves
Browse files Browse the repository at this point in the history
  The new `electron-builder` version includes `@electron/notarize` to
  simplify notarizing macOS binaries.

  However, it seems there are bugs with the method we choose to identify
  our Apple team and software which prevents the notarization.
  Therefore we'll disable `electron-builder`'s internal notarization for
  now and keep doing it ourselves as it works fine.
  • Loading branch information
taratatach committed Oct 23, 2024
1 parent d136bda commit ff6536e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mac:
- target: dmg
arch:
- x64
notarize: false # XXX: we do it ourselves in afterSign
dmg:
contents:
- x: 110
Expand Down

0 comments on commit ff6536e

Please sign in to comment.