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.
Currently when signing, the option
skipIdentityValidation: true,
is passed, which I'm assuming is supposed to ensure thatelectron-osx-sign
doesn't do identity validation and uses the identity as passed. However, the correct option forelectron-osx-sign
is now'identity-validation': false
.I made mention of this issue in electron/osx-sign#135
The text was updated successfully, but these errors were encountered: