add debian jessie dependencies (#601)
* add debian jessie dependencies * update dep for deb package * gconf2, libgtk2.0-0, libnss3, libxss1
This commit is contained in:
parent
1aca9fe753
commit
c615e285db
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ function buildLinux (cb) {
|
|||
info: {
|
||||
arch: destArch === 'x64' ? 'amd64' : 'i386',
|
||||
targetDir: DIST_PATH,
|
||||
depends: 'libc6 (>= 2.4)',
|
||||
depends: 'gconf2, libgtk2.0-0, libnss3, libxss1',
|
||||
scripts: {
|
||||
postinst: path.join(config.STATIC_PATH, 'linux', 'postinst'),
|
||||
prerm: path.join(config.STATIC_PATH, 'linux', 'prerm')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue