diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Cakefile | 2 | 
2 files changed, 2 insertions, 1 deletions
| @@ -8,3 +8,4 @@ node_modules/*  dist  jscoverage.json  tags +.cake_task_cache @@ -88,7 +88,7 @@ task "package-custom-crx", "build .crx file", ->    crxmake = spawn "crxmake", optArrayFromDict      "pack-extension": "." -    "pack-extension-key": "vimium.pem" +    "pack-extension-key": process.env.VIMIUM_CRX_PEM ? "vimium.pem"      "extension-output": "vimium-latest.crx"      "ignore-file": "(^\\.|\\.(coffee|crx|pem|un~)$)"      "ignore-dir": "^(\\.|test)" | 
