From 3cc2cedaa5f28761ad81f976aa2428490124b96d Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 4 Apr 2020 20:27:43 +0200 Subject: [PATCH] codesign path --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 17b91ca6..6ac462c6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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,