aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-10-21 21:28:18 +0200
committertg(x) <*@tg-x.net>2016-10-21 21:28:18 +0200
commitfd307958478dbfe3d9b22efb469234f4c0539713 (patch)
tree43fe170c425dded7a30884e6037a63bbe87ad440 /gulpfile.js
parentef15d701380a69c81343be519895d80d680effde (diff)
downloadwallet-core-fd307958478dbfe3d9b22efb469234f4c0539713.tar.xz
manifest: author, icons, stable name
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 14287bb71..b8b0f1081 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -236,7 +236,7 @@ gulp.task("compile-prod", ["clean"], function () {
gulp.task("manifest-stable", ["clean"], function () {
return gulp.src("manifest.json")
.pipe(jsonTransform((data) => {
- data.name = "GNU Taler Wallet (stable)";
+ data.name = "GNU Taler Wallet";
return data;
}, 2))
.pipe(gulp.dest("build/ext/"));