Resolve requested changes
This commit is contained in:
@@ -517,14 +517,10 @@ function buildLinux (cb) {
|
|||||||
desktopTemplate: path.join(config.STATIC_PATH, 'linux/webtorrent-desktop.ejs')
|
desktopTemplate: path.join(config.STATIC_PATH, 'linux/webtorrent-desktop.ejs')
|
||||||
}
|
}
|
||||||
|
|
||||||
installer(options)
|
installer(options).then(
|
||||||
.then(function () {
|
() => cb(null),
|
||||||
console.log('Linux: Created deb.')
|
(err) => cb(err)
|
||||||
cb(null)
|
)
|
||||||
})
|
|
||||||
.catch(function (err) {
|
|
||||||
cb(err)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function packageZip (filesPath, cb) {
|
function packageZip (filesPath, cb) {
|
||||||
|
|||||||
Reference in New Issue
Block a user