Add .deb specific dependencies (#1858)

Some barebones debian-based systems (e.g. Docker containers) don't come with the libasound2 and libxss1 libraries, which electron-builder does not include by default.
pull/749/head
Jesse Li 7 years ago committed by Scott Nonnenberg
parent bc399c6777
commit 8a919efbe9

@ -116,6 +116,9 @@
],
"icon": "build/icons/png"
},
"deb": {
"depends": ["gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3", "libasound2", "libxss1"]
},
"files": [
"package.json",
"config/default.json",

Loading…
Cancel
Save