aboutsummaryrefslogtreecommitdiffstats
path: root/Cakefile
diff options
context:
space:
mode:
authorStephen Blott2017-12-14 11:08:15 +0000
committerStephen Blott2017-12-14 11:08:15 +0000
commit797e25231b306403167f5a3f90d6cea6d9ba6dda (patch)
tree0444c0fdbae911e49c77a0dfceafb23b6b9566ab /Cakefile
parent1408c9c4b96e280faead06bff16235e7b9291b29 (diff)
downloadvimium-797e25231b306403167f5a3f90d6cea6d9ba6dda.tar.bz2
Change Dev to Canary.
Diffstat (limited to 'Cakefile')
-rw-r--r--Cakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cakefile b/Cakefile
index dbe63707..739918e1 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 Canary"
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