From f4e2d91a3b6b31bbf5d41b24012bedaf0f3e1779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Vay=C3=A1?= Date: Thu, 29 Apr 2021 10:47:27 +0200 Subject: [PATCH] [MM-35278] Remove dependency libappindicator1 (#1572) * [MM-35278] Remove dependency libappindicator1 * fix key position * typo --- electron-builder.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index 257774ca..9d206502 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -37,7 +37,10 @@ "afterPack": "scripts/afterpack.js", "afterSign": "scripts/notarize.js", "deb": { - "synopsis": "Mattermost Desktop App" + "synopsis": "Mattermost Desktop App", + "depends": ["gconf2", "gconf-service", "libnotify4", "libxtst6", "libnss3"], + "category": "contrib/net", + "priority": "optional" }, "linux": { "category": "Network;InstantMessaging",