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:
@@ -466,7 +466,7 @@ function buildLinux (cb) {
|
|||||||
info: {
|
info: {
|
||||||
arch: destArch === 'x64' ? 'amd64' : 'i386',
|
arch: destArch === 'x64' ? 'amd64' : 'i386',
|
||||||
targetDir: DIST_PATH,
|
targetDir: DIST_PATH,
|
||||||
depends: 'libc6 (>= 2.4)',
|
depends: 'gconf2, libgtk2.0-0, libnss3, libxss1',
|
||||||
scripts: {
|
scripts: {
|
||||||
postinst: path.join(config.STATIC_PATH, 'linux', 'postinst'),
|
postinst: path.join(config.STATIC_PATH, 'linux', 'postinst'),
|
||||||
prerm: path.join(config.STATIC_PATH, 'linux', 'prerm')
|
prerm: path.join(config.STATIC_PATH, 'linux', 'prerm')
|
||||||
|
|||||||
Reference in New Issue
Block a user