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.
This commit is contained in:
parent
bc399c6777
commit
8a919efbe9
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@
|
||||||
],
|
],
|
||||||
"icon": "build/icons/png"
|
"icon": "build/icons/png"
|
||||||
},
|
},
|
||||||
|
"deb": {
|
||||||
|
"depends": ["gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3", "libasound2", "libxss1"]
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"package.json",
|
"package.json",
|
||||||
"config/default.json",
|
"config/default.json",
|
||||||
|
|
Loading…
Add table
Reference in a new issue