Here is my build object:
"build": {
"appId": "com.ABC.xyz",
"asar": true,
"asarUnpack": [
"**/node_modules/node-machine-id/*",
"**/*.sh"
],
"win": {
"target": "NSIS",
"icon": "build/icon-white.ico",
"certificateFile": "",
"certificatePassword": ""
},
"nsis": {
"deleteAppDataOnUninstall": true
}
}
Code Sign Certificate is from COMODO
Is it anything I might be doing wrong? Any help would be appreciated.
Is this an EV or regular cert? If it's a regular cert, this is expected behavior.
Refer here for more information: https://www.electron.build/code-signing.html#windows
It is a regular cert. So the issue is with the cert, I thought I might be doing something wrong.
And It goes away after enough users installed your application, any idea how many approx installation it requires to build that trust?
Thanks for the help! @zhaoterryy
@rahulr-codal for us this went away after about 100 installations where users "trusted" the downloaded package.
Most helpful comment
Is this an EV or regular cert? If it's a regular cert, this is expected behavior.
Refer here for more information: https://www.electron.build/code-signing.html#windows