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
1 changed files with 1 additions and 1 deletions

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: {