From c5399a747dbc0d36656e24d1e256800e09308050 Mon Sep 17 00:00:00 2001 From: Murtada Altarouti Date: Fri, 16 Feb 2024 00:53:57 +0300 Subject: [PATCH] Fixed the display name --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dfe79f6..a0243dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "teleporter", - "displayName": "teleporter", - "description": "teleport the mouse cursor anywhere you want", + "displayName": "Teleporter", + "description": "Teleport the mouse cursor anywhere you want", "version": "1.0.0", "publisher": "maltarouti", "icon":"images/icon.png",