From 6ab584283b73d686ae34077808be8438a642ccec Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Fri, 9 Feb 2018 11:42:22 -0300 Subject: [PATCH] . --- build/downloadDaemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/downloadDaemon.js b/build/downloadDaemon.js index 3e445beed..ffab9803c 100644 --- a/build/downloadDaemon.js +++ b/build/downloadDaemon.js @@ -33,7 +33,7 @@ module.exports = function(context) { }) .then(() => { 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(() => {