Skip to content

Commit 58caf2d

Browse files
authored
Load deb maintainer info from package.json to make it easier to override (#2502)
1 parent da87f2e commit 58caf2d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

electron-builder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
9999
linux: {
100100
target: ["tar.gz", "deb"],
101101
category: "Network;InstantMessaging;Chat",
102-
maintainer: "support@element.io",
103102
icon: "build/icons",
104103
executableName: pkg.name, // element-desktop or element-desktop-nightly
105104
},

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"exports": "./lib/electron-main.js",
66
"version": "1.11.109",
77
"description": "Element: the future of secure communication",
8-
"author": "Element",
8+
"author": {
9+
"name": "Element",
10+
"email": "support@element.io"
11+
},
912
"homepage": "https://element.io",
1013
"repository": {
1114
"type": "git",

0 commit comments

Comments
 (0)