aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2017-12-12 12:28:24 +0000
committerStephen Blott2017-12-12 12:28:24 +0000
commit379e06e1704901f2bf97f776aa1673450a69eb75 (patch)
tree53befcf8caea30244873c400890a8a1ce6789429
parent5328010a73c855d84673063c1cbb079aadbac228 (diff)
downloadvimium-379e06e1704901f2bf97f776aa1673450a69eb75.tar.bz2
Tweak packaging.
-rw-r--r--Cakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cakefile b/Cakefile
index 6d3dfeb6..dbe63707 100644
--- a/Cakefile
+++ b/Cakefile
@@ -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