From d57164e62c25402b6c5077105fb66e92158fa340 Mon Sep 17 00:00:00 2001 From: Sanghee Park Date: Mon, 16 Dec 2024 18:52:02 +0900 Subject: [PATCH] chore: change slogan --- package.json | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afd9ec9..cae89d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "decky-terminal", "version": "0.4.1", - "description": "A long-awaited terminal plugin that turns your steamdeck into Linux battlestation.", + "description": "Your terminal is going places. The missing terminal emulator for \"game-mode\".", "scripts": { "build": "shx rm -rf dist && rollup -c", "watch": "rollup -c -w", diff --git a/plugin.json b/plugin.json index 9d7346d..b2eea02 100644 --- a/plugin.json +++ b/plugin.json @@ -4,7 +4,7 @@ "flags": [], "publish": { "tags": ["terminal"], - "description": "A Missing Terminal plugin that turns your Steam Deck into Portable Linux Battlestation.", + "description": "Your terminal is going places. The missing terminal emulator for \"game-mode\".", "image": "https://github.com/Alex4386/decky-terminal/assets/27724108/35fa0f98-1d74-4689-be35-233ef4ed6cd2" } }