From 54b8b712e8fc6eedf3d3d76b885d6b2a587dd25b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 6 Mar 2015 21:23:43 -0800 Subject: [PATCH] Move .crx key. --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 2051c2157..3dbd37175 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -198,7 +198,7 @@ module.exports = (grunt) -> prod: src: 'testbuilds/crx<%= pkg.meta.suffix[pkg.channel] %>/' dest: 'testbuilds/<%= pkg.name %><%= pkg.meta.suffix[pkg.channel] %>.crx' - privateKey: '../<%= pkg.name %>.pem' + privateKey: '../<%= pkg.name %>-keys/<%= pkg.name %>.pem' compress: crx: