fix: add author email for electron-builder Linux packaging

This commit is contained in:
hicccc77
2026-03-20 00:35:12 +08:00
parent 7ccdae23fa
commit a0a50ff7d1

View File

@@ -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"