From ecbfbe73a0517cf949e774ca52169cf3f44e9f49 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 6 Mar 2020 16:18:55 +0000 Subject: [PATCH] Add really useful stackoverflow link --- scripts/electron_winSign.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/electron_winSign.js b/scripts/electron_winSign.js index 43f0380..9fd1616 100644 --- a/scripts/electron_winSign.js +++ b/scripts/electron_winSign.js @@ -18,6 +18,8 @@ function computeSignToolArgs(options, keyContainer) { // say it can't associate the private key to the certificate. // TODO: Find a way to pass this through from the electron-builder config // so we don't have to hard-code this here + // fwiw https://stackoverflow.com/questions/17927895/automate-extended-validation-ev-code-signing + // is about the most useful resource on automating code signing... args.push('/f', 'riot.im\\New_Vector_Ltd.pem'); if (options.hash !== "sha1") {