Add a windows signing script

As electron builder doesn't support supplying a key container name
which is the only way we can supply the token passphrase
This commit is contained in:
David Baker
2020-03-04 16:55:12 +00:00
parent 88e51bd458
commit 4dbbf2bb15
2 changed files with 66 additions and 2 deletions

View File

@@ -97,11 +97,12 @@
"win": {
"target": {
"target": "squirrel"
}
},
"sign": "scripts/electron_winSign"
},
"directories": {
"output": "dist"
},
"afterSign": "scripts/electron_afterSign.js"
"afterSign": "scripts/electron_afterSign"
}
}