elements-storage / ZXPInstaller

Open Source ZXP Installer for Adobe Extensions
http://zxpinstaller.com/
GNU General Public License v2.0
339 stars 53 forks source link

ExManCmd: The executable does not have the hardened runtime enabled #58

Open phips28 opened 5 years ago

phips28 commented 5 years ago

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:

"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!

seyoon20087 commented 3 years ago

The documentation you noted is outdated and no longer officially supported; please check the official documentation instead