Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Keep notarizing macOS binaries ourselves
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