From c605304c670eaf6ef52bffa3f0523f6288c2318c Mon Sep 17 00:00:00 2001 From: sravan Date: Wed, 1 Jul 2026 17:21:54 +0530 Subject: [PATCH] chore(desktop): add author field (cleaner electron-builder output) Co-Authored-By: Claude Opus 4.8 --- desktop/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/package.json b/desktop/package.json index 7a5d242..24ac27a 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -2,6 +2,7 @@ "name": "biz-connect-desktop", "version": "0.1.0", "description": "Biz Connect technician desktop client — loads the Connect web UI with native screen capture", + "author": { "name": "BizGaze", "email": "support@bizgaze.com" }, "main": "main.js", "scripts": { "start": "electron .",