follow debian package name convention
This commit is contained in:
parent
fe00d162e1
commit
6c275a33ea
2 changed files with 1 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue