From faa21cb681623f6e22297dc0dd5305b6adc3f4a3 Mon Sep 17 00:00:00 2001 From: zeppi Date: Sun, 5 Dec 2021 12:51:19 -0500 Subject: [PATCH] remove libappindicator dependency no longer needed after electron 8 --- electron-builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index d524a373d..d074e429a 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -82,7 +82,7 @@ } }, "deb": { - "depends": ["gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3"] + "depends": ["gconf2", "gconf-service", "libnotify4", "libxtst6", "libnss3"] }, "nsis": { "perMachine": true,