Fix lbrynet not starting
This commit is contained in:
parent
c79bca7644
commit
840fc65ffc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { spawn, execSync } from 'child_process';
|
|||
import { Lbry } from 'lbry-redux';
|
||||
|
||||
export default class Daemon {
|
||||
static path = process.env.LBRY_DAEMON || path.join(__static, 'lbrynet');
|
||||
static path = process.env.LBRY_DAEMON || path.join(process.resourcesPath, 'static', 'lbrynet');
|
||||
subprocess;
|
||||
handlers;
|
||||
|
||||
|
|
Loading…
Reference in a new issue