1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00

fixed codesign config error

This commit is contained in:
antelle 2020-04-04 09:55:11 +02:00
parent e987970969
commit 73b7880d73
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE

View File

@ -592,7 +592,7 @@ module.exports = function(grunt) {
options: {
// algo: 'SHA256',
url: pkg.homepage,
...codeSignConfig.windows
...(codeSignConfig ? codeSignConfig.windows : {})
},
'win32-build-x64': {
options: {