codesign path

This commit is contained in:
antelle 2020-04-04 20:27:43 +02:00
parent e2fb54f88d
commit 3cc2cedaa5
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module.exports = function(grunt) {
const zipCommentPlaceholder =
zipCommentPlaceholderPart + '.'.repeat(512 - zipCommentPlaceholderPart.length);
const electronVersion = pkg.dependencies.electron.replace(/^\D/, '');
const getCodeSingConfig = () => require('../keys/codesign');
const getCodeSingConfig = () => require('./keys/codesign.json');
const webpackOptions = {
date,