I have one appplication in production. Recently I bought code sign certificate and update all users to new version with code signing, I write:
"build": {
"win": {
"publisherName": "Some Inc.",
}
}
This is typo, publisherName in my cert is Some Inc without dot. What do I can? For example, can I return changes?
publisherName can be an array.
@develar Please, read my question again. I deployed program with typo in publisherName. How do I update users? Only manual?
I think so. No other variants.
@develar In connection with the problem above, I am going to revoke the old certificate, will there be any problems associated with this from current users?
What do you mean? Do you have a new one? What's wrong with old cert?
any problems associated with this from current users
I am not full expert here. I think will be not problem. (in any case windows is not macOS).
I want revoke cert with publisherName: "Some Inc" and publish "Some Inc.". Win32. @develar
"build": {
"win": {
"publisherName": ["Some Inc.", "Some Inc"],
}
}