From a0a50ff7d1a05e021a272d1d19ec0e221d6b8b03 Mon Sep 17 00:00:00 2001 From: hicccc77 <98377878+hicccc77@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:35:12 +0800 Subject: [PATCH] fix: add author email for electron-builder Linux packaging --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f68aacc..7925741 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "2.1.0", "description": "WeFlow", "main": "dist-electron/main.js", - "author": "cc", + "author": { + "name": "cc", + "email": "hicccc77@github.com" + }, "repository": { "type": "git", "url": "https://github.com/hicccc77/WeFlow"