.
This commit is contained in:
parent
e1ed3c0c67
commit
6ab584283b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports = function(context) {
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
return decompress(tmpZipPath, 'static/daemon', {
|
return decompress(tmpZipPath, 'static/daemon', {
|
||||||
filter: file => path.basename(file.path) === 'lbrynet-daemon',
|
filter: file => path.basename(file.path).replace(path.extname(file.path), '') === 'lbrynet-daemon',
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
Loading…
Reference in a new issue