Merge pull request #292 from grunjol/fix-follow-debian-convention
Follow debian package name convention
This commit is contained in:
@@ -301,7 +301,6 @@ function buildLinux (packageType, cb) {
|
|||||||
info: {
|
info: {
|
||||||
arch: 'amd64',
|
arch: 'amd64',
|
||||||
targetDir: distPath,
|
targetDir: distPath,
|
||||||
targetName: BUILD_NAME + '.deb',
|
|
||||||
scripts: {
|
scripts: {
|
||||||
postinst: path.join(config.STATIC_PATH, 'linux', 'postinst'),
|
postinst: path.join(config.STATIC_PATH, 'linux', 'postinst'),
|
||||||
postrm: path.join(config.STATIC_PATH, 'linux', 'postrm')
|
postrm: path.join(config.STATIC_PATH, 'linux', 'postrm')
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
"electron-packager": "^6.0.0",
|
"electron-packager": "^6.0.0",
|
||||||
"electron-winstaller": "^2.0.5",
|
"electron-winstaller": "^2.0.5",
|
||||||
"gh-release": "^2.0.3",
|
"gh-release": "^2.0.3",
|
||||||
"nobin-debian-installer": "feross/nobin-debian-installer",
|
"nobin-debian-installer": "^0.0.6",
|
||||||
"plist": "^1.2.0",
|
"plist": "^1.2.0",
|
||||||
"rimraf": "^2.5.2",
|
"rimraf": "^2.5.2",
|
||||||
"standard": "^6.0.5"
|
"standard": "^6.0.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user