diff options
| author | Stephen Blott | 2017-12-14 11:08:15 +0000 |
|---|---|---|
| committer | Stephen Blott | 2017-12-14 11:08:15 +0000 |
| commit | 797e25231b306403167f5a3f90d6cea6d9ba6dda (patch) | |
| tree | 0444c0fdbae911e49c77a0dfceafb23b6b9566ab /Cakefile | |
| parent | 1408c9c4b96e280faead06bff16235e7b9291b29 (diff) | |
| download | vimium-797e25231b306403167f5a3f90d6cea6d9ba6dda.tar.bz2 | |
Change Dev to Canary.
Diffstat (limited to 'Cakefile')
| -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 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 |
