-
Notifications
You must be signed in to change notification settings - Fork 840
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
[Bug]: MacOS signing and notarization instructions don't work #3217
Comments
May I first ask why you need to sign your own binary? Are there modifications to the app that you intend to distribute? Looking at the error, |
@devinbinnie any insight? |
I'd recommend reading through these docs to make sure everything is set up correctly: https://www.electron.build/code-signing |
Checks before filing an issue
Mattermost Desktop Version
release-5.9
Operating System
MacOS M2 15.1.1 (24B91)
Mattermost Server Version
No response
Steps to reproduce
We are running into an issue notarizing and signing the MacOS application.
npm run package:mac
does not work. It throw an error. We are unable to launch the binary that is produced.Full details here: https://rose-piranha-ec2.notion.site/Bounty-Electron-MacOS-Signing-Issue-1435eaeefd2180da87acebd500bdd884?pvs=74
Happy to pay if you help solve this for us thanks.
Expected behavior
I expect
npm run package:mac
to be able to compile, notarize and sign the MacOS application such that we can share the build app and run it on other Mac computers with no issues.Observed behavior
npm run package:mac
fails to build the Mac app. It produces a binary, but the binary refuses to launch. Mac OS saysLog Output
Additional Information
No response
The text was updated successfully, but these errors were encountered: