Skip to content

Commit 1fef2d2

Browse files
SDSLeonclaude
andcommitted
fix(packaging): set Linux deb maintainer
electron-builder's fpm target requires a maintainer (or a package.json author with an email) to produce a .deb. Add it under linux.maintainer so the release build doesn't fail on the deb step. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d6aae9b commit 1fef2d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ linux:
147147
- x64
148148
icon: build/icon.png
149149
category: Development
150+
maintainer: SDSLeon <SDSLeon999@gmail.com>
150151
artifactName: ${productName}-${version}-${arch}.${ext}
151152

152153
mac:

0 commit comments

Comments
 (0)