You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// copy binaries to a path where we may execute it);
Tools.copyFile(this, abi + "/xmrig", privatePath + "/xmrig");
Tools.copyFile(this, abi + "/libuv", privatePath + "/libuv.so");
Tools.copyFile(this, "libc++.so", privatePath + "/libc++_shared.so");