Load deb maintainer info from package.json to make it easier to override (#2502)

This commit is contained in:
Michael Telatynski
2025-08-20 09:47:47 +01:00
committed by GitHub
parent da87f2e5be
commit 58caf2d337
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -99,7 +99,6 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
linux: {
target: ["tar.gz", "deb"],
category: "Network;InstantMessaging;Chat",
maintainer: "support@element.io",
icon: "build/icons",
executableName: pkg.name, // element-desktop or element-desktop-nightly
},