Skip to content

Commit dbd147f

Browse files
committed
add gnome-keyring deb dependency. closes #386.
the rest of the `depends` are the defaults see https://www.electron.build/configuration/deb for details
1 parent a01b258 commit dbd147f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"Exec": "/opt/LBRY/lbry %U"
4949
}
5050
},
51+
"deb": {
52+
"depends": ["gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3", "gnome-keyring"]
53+
},
5154
"win": {
5255
"target": "nsis"
5356
},

0 commit comments

Comments
 (0)