follow debian package name convention

This commit is contained in:
grunjol
2016-04-04 20:25:23 -03:00
parent fe00d162e1
commit 6c275a33ea
2 changed files with 1 additions and 2 deletions

View File

@@ -301,7 +301,6 @@ function buildLinux (packageType, cb) {
info: {
arch: 'amd64',
targetDir: distPath,
targetName: BUILD_NAME + '.deb',
scripts: {
postinst: path.join(config.STATIC_PATH, 'linux', 'postinst'),
postrm: path.join(config.STATIC_PATH, 'linux', 'postrm')

View File

@@ -37,7 +37,7 @@
"electron-packager": "^6.0.0",
"electron-winstaller": "^2.0.5",
"gh-release": "^2.0.3",
"nobin-debian-installer": "feross/nobin-debian-installer",
"nobin-debian-installer": "^0.0.6",
"plist": "^1.2.0",
"rimraf": "^2.5.2",
"standard": "^6.0.5"