Skip to content

Commit 6edf2ff

Browse files
7418claude
andcommitted
fix: add author email back for Linux deb/rpm packaging
electron-builder's Linux targets require author.email in package.json. The field was accidentally removed when replacing email with URL. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ce9c1a3 commit 6edf2ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
],
1010
"author": {
1111
"name": "op7418",
12+
"email": "guohao631@gmail.com",
1213
"url": "https://x.com/op7418"
1314
},
1415
"description": "A multi-model AI agent desktop client",

0 commit comments

Comments
 (0)