Sign natively on Windows

* Replace the windows signing script with certificateSubjectName
   option which finds the right certificate from the smart card
 * Remove the windows signing script as electron-builder does it
   out-of-the-box on windows
 * Remove the cert file which isn't necessary with native signing
This commit is contained in:
David Baker
2019-12-11 17:34:19 +00:00
parent 754634ef31
commit dff36277c4
3 changed files with 1 additions and 104 deletions

View File

@@ -79,7 +79,7 @@
"ia32"
]
},
"sign": "scripts/electron_winSign"
"certificateSubjectName": "New Vector Ltd"
},
"directories": {
"output": "dist"