From 363f749fdbec25d30cd502c26e32a6d8f9913d54 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 10 Apr 2015 22:32:43 -0700 Subject: [PATCH] Gruntfile: compress:crx -> compress:zip --- Gruntfile.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index d45dde4ce..10941bb43 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -236,7 +236,7 @@ module.exports = (grunt) -> privateKey: '../<%= pkg.name %>-keys/<%= pkg.name %>.pem' compress: - crx: + zip: options: archive: 'testbuilds/<%= pkg.name %>.zip' level: 9 @@ -344,7 +344,7 @@ module.exports = (grunt) -> 'build-crx-channel' 'set-channel:noupdate' 'build-crx-channel' - 'compress:crx' + 'compress:zip' 'clean:tmpcrx' ]