Sign all of the Windows executable files
We can actually just supply a custom signing module here to do our signing rather than manually signing things in the afterSign hook. This means all 4 executable files get signed (the main exe, the stub exe, Update.exe and the installer).
This commit is contained in:
parent
caeae69eb7
commit
a84de0bae2
3 changed files with 68 additions and 53 deletions
|
@ -185,7 +185,8 @@
|
|||
"win": {
|
||||
"target": {
|
||||
"target": "squirrel"
|
||||
}
|
||||
},
|
||||
"sign": "scripts/electron_winSign"
|
||||
},
|
||||
"directories": {
|
||||
"buildResources": "electron_app/build",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue