From fd307958478dbfe3d9b22efb469234f4c0539713 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Fri, 21 Oct 2016 21:28:18 +0200 Subject: manifest: author, icons, stable name --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') 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/")); -- cgit v1.2.3