This commit is contained in:
Igor Gassmann 2018-02-09 11:42:22 -03:00
parent e1ed3c0c67
commit 6ab584283b

View file

@ -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(() => {