key location

This commit is contained in:
Antelle 2016-03-05 15:05:44 +03:00
parent 686e3bd2e2
commit 3cf3f4c153
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ dist/
tmp/
build/
coverage/
keys/

View File

@ -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'
}
}
},