diff options
| author | Stephen Blott | 2017-12-12 12:28:24 +0000 |
|---|---|---|
| committer | Stephen Blott | 2017-12-12 12:28:24 +0000 |
| commit | 379e06e1704901f2bf97f776aa1673450a69eb75 (patch) | |
| tree | 53befcf8caea30244873c400890a8a1ce6789429 | |
| parent | 5328010a73c855d84673063c1cbb079aadbac228 (diff) | |
| download | vimium-379e06e1704901f2bf97f776aa1673450a69eb75.tar.bz2 | |
Tweak packaging.
| -rw-r--r-- | Cakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ task "package", "Builds a zip file for submission to the Chrome store. The outpu spawn "zip", ["-r", "dist/vimium-#{vimium_version}.zip", "dist/vimium"], false, true # Build the Chrome Store dev package. - manifest.name = "Vimium-Dev" + manifest.name = "Vimium Dev" manifest.description = "This is the development branch of Vimium (it is beta software)." fs.writeFileSync distManifest, JSON.stringify manifest, null, 2 spawn "zip", ["-r", "dist/vimium-dev-#{vimium_version}.zip", "dist/vimium"], false, true |
