From 8bfcf981ac8dd75db76fce9e8ccd9bac7603216f Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 31 Jan 2020 19:59:10 +0100 Subject: [PATCH] Fix name for ubuntu lib to move --- scripts/moveLibs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/moveLibs.js b/scripts/moveLibs.js index a1bd5cc..b31dbab 100644 --- a/scripts/moveLibs.js +++ b/scripts/moveLibs.js @@ -7,7 +7,7 @@ const BINDINGS_BUILD_DIR = join(__dirname, '..', 'bindings', 'build', 'Release') const FILE_NAME = { darwin: 'libtorrent-rasterbar.10.dylib', win32: 'libtorrent-rasterbar.dll' -}[process.platform] || '.so' +}[process.platform] || 'libtorrent-rasterbar.so' readdirSync(BINDINGS_BUILD_DIR) .forEach((file) => {