diff --git a/.gitignore b/.gitignore index 33c3ed1c..57dc4914 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ dist/ tmp/ build/ coverage/ +keys/ diff --git a/Gruntfile.js b/Gruntfile.js index 82f1287b..79daed33 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -385,7 +385,7 @@ module.exports = function(grunt) { options: { file: 'dist/desktop/UpdateDesktop.zip', signature: zipCommentPlaceholder, - privateKey: '../keys/keeweb-private.pem' + privateKey: 'keys/private-key.pem' } } },