1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

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

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,