Gruntfile: compress:crx -> compress:zip

This commit is contained in:
ccd0 2015-04-10 22:32:43 -07:00
parent a44b8365dd
commit 363f749fdb

View File

@ -236,7 +236,7 @@ module.exports = (grunt) ->
privateKey: '../<%= pkg.name %>-keys/<%= pkg.name %>.pem' privateKey: '../<%= pkg.name %>-keys/<%= pkg.name %>.pem'
compress: compress:
crx: zip:
options: options:
archive: 'testbuilds/<%= pkg.name %>.zip' archive: 'testbuilds/<%= pkg.name %>.zip'
level: 9 level: 9
@ -344,7 +344,7 @@ module.exports = (grunt) ->
'build-crx-channel' 'build-crx-channel'
'set-channel:noupdate' 'set-channel:noupdate'
'build-crx-channel' 'build-crx-channel'
'compress:crx' 'compress:zip'
'clean:tmpcrx' 'clean:tmpcrx'
] ]