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
Currently when signing, the option skipIdentityValidation: true, is passed, which I'm assuming is supposed to ensure that electron-osx-sign doesn't do identity validation and uses the identity as passed. However, the correct option for electron-osx-sign is now 'identity-validation': false.