You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I notarize the app I get the following error:
"issues": [
{
"severity": "error",
"code": null,
"path": "AppNameRemoved.zip/AppNameRemoved.app/Contents/Resources/app.asar.unpacked/bin/OSX/Contents/MacOS/ExManCmd",
"message": "The executable does not have the hardened runtime enabled.",
"docUrl": null,
"architecture": "x86_64"
}
]
Is there a way to get a ExManCmd executeable with hardened runtime enabled? Couldnt find any sources for ExManCmd to compile it myself.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hello,
I use ZXPInstaller to create my own installer. It installs a fixed .zxp extension. So far so good.
I can sign my app with electron-osx-sign, so far so good.
Now I want to notarize the app with apple to have a distribute-able/safe app without getting blocked by Gatekeeper.
Source: https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution
Tutorial: https://kilianvalkhof.com/2019/electron/notarizing-your-electron-application/
When I notarize the app I get the following error:
Is there a way to get a ExManCmd executeable with hardened runtime enabled? Couldnt find any sources for ExManCmd to compile it myself.
Thank you for your help!
The text was updated successfully, but these errors were encountered: