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'
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'
]