aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
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/"));