From 134d1c3f0f6da37cc1ce50cfa5304f57367dd4f1 Mon Sep 17 00:00:00 2001 From: antelle Date: Tue, 4 Jul 2017 22:34:19 +0200 Subject: [PATCH] new code signing --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 54fe4838..6acdde24 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -564,8 +564,8 @@ module.exports = function(grunt) { }, 'sign-exe': { options: { - spc: 'keys/code-sign-win32.spc', - pvk: 'keys/code-sign-win32.pvk', + spc: 'keys/keeweb.spc', + key: '01', algo: 'sha256', url: pkg.homepage, keytarPasswordService: 'code-sign-win32-keeweb',