1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-24 07:36:40 +02:00

new code signing

This commit is contained in:
antelle 2017-07-04 22:34:19 +02:00
parent 951f604dc8
commit 134d1c3f0f

View File

@ -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',