electron / osx-sign

Codesign Electron macOS apps
BSD 2-Clause "Simplified" License
558 stars 96 forks source link

Bypass spctl check? #276

Open axfelix opened 1 year ago

axfelix commented 1 year ago

Hi,

I used this package successfully to sign an app for distribution two years ago, and coming back to it for the first time since then, I'm noticing that it's failing the spctl check now, despite not having changed internally:

moveit-darwin-x64/moveit.app: rejected

I can confirm that running spctl with the same syntax on its own produces the same result. Is this necessary? Can I run electron-osx-sign while bypassing the spctl check, assuming this was the old behavior?