Closed devonkinghorn closed 2 months ago
executing custom sign
in the logs means it has overridden the default signing mechanism. Is there something else in your project configuration for mac.sign
?
https://github.com/electron-react-boilerplate/electron-react-boilerplate/blob/main/package.json#L183 Yes it's using this line. Should I just remove that option and it will just use system defaults with env variables?
I removed it and things are looking much better. Everything works. Thanks.
I'll let the electron-react-boilerplate maintainers know about this.
For whoever comes. I also had to add teamId
to build.mac.notarize
"build: {
...
"mac": {
"notarize": {
"teamId": "xxx"
},
...
I couldn't get my electron app to notarize which is based on electron-react-boilerplate. I keep getting an error. I tried to use the latest master without my app and it still doesn't work
Steps to Reproduce
Instead of building the app. I get the error
ElectronReact.app: code has no resources but signature indicates they must be present
full stack trace of the error
Here are my identities. I had more, but I deleted them and recreated them just to try to debug