Fix lbrynet not starting

This commit is contained in:
Shawn 2019-03-15 22:06:53 -05:00
parent c79bca7644
commit 840fc65ffc

View file

@ -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;