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
My certificate subject have string that is not end with CN=(xxxxx).
It looks have a lot of information string in the subject line like /C= /OU= /O= ...
I saw your winPackager.js have regex match it looks need a /CN=() string be the end of the line.
electron-builder/packages/electron-builder/src/winPackager.ts
Line 390 in 31d64f8
Hello,
My certificate subject have string that is not end with CN=(xxxxx).
It looks have a lot of information string in the subject line like /C= /OU= /O= ...
I saw your winPackager.js have regex match it looks need a /CN=() string be the end of the line.
I changed it then I got perfect running.
Thanks!
Peter
That code looks can't pass all certificate
The text was updated successfully, but these errors were encountered: