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
The problem is that Windows usually shows you thumbprints in lowercase:
So copying and pasting the correct thumprint from the certificate will not work because the line of code compares it with the output of powershell which is uppercase.
The text was updated successfully, but these errors were encountered:
latest version
@develar
My code signing stopped working and I figured it was caused by these lines in windowsCodeSign.ts in the fix for issue #4291:
The problem is that Windows usually shows you thumbprints in lowercase:
So copying and pasting the correct thumprint from the certificate will not work because the line of code compares it with the output of powershell which is uppercase.
The text was updated successfully, but these errors were encountered: