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:
David Baker 2019-11-26 15:24:43 +00:00 committed by Travis Ralston
parent bf26ec9d1a
commit 070d5fc6e8
3 changed files with 68 additions and 53 deletions

View file

@ -186,7 +186,8 @@
"win": {
"target": {
"target": "squirrel"
}
},
"sign": "scripts/electron_winSign"
},
"directories": {
"buildResources": "electron_app/build",