From c7ff140e83062d9fe0865689625474f90a45aaba Mon Sep 17 00:00:00 2001 From: Rubal0990 Date: Mon, 21 Oct 2024 13:08:33 +0530 Subject: [PATCH] Fix for #3581: Added a concise product name and description for macOS and Windows builds --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 340ac49923e..89a7f7de4e8 100644 --- a/package.json +++ b/package.json @@ -228,5 +228,15 @@ "angular-mentions": { "@angular/common": "$@angular/common" } + }, + "build": { + "mac": { + "productName": "SuperProductivity", + "description": "Efficient task and time tracking app" + }, + "win": { + "productName": "SuperProductivity", + "description": "Efficient task and time tracking app" + } } }