add gnome-keyring deb dependency. closes #386.

the rest of the `depends` are the defaults

see https://www.electron.build/configuration/deb for details
This commit is contained in:
Alex Grintsvayg 2017-09-21 08:49:23 -04:00
parent a01b258f47
commit dbd147f4d1

View file

@ -48,6 +48,9 @@
"Exec": "/opt/LBRY/lbry %U"
}
},
"deb": {
"depends": ["gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3", "gnome-keyring"]
},
"win": {
"target": "nsis"
},