diff --git a/src/main/index.js b/src/main/index.js index 91a0d41a3..46d696308 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -64,7 +64,7 @@ if (isDev) { } app.on('ready', async () => { - const processList = await findProcess('name', 'lbrynet'); + const processList = await findProcess('name', 'lbrynet start'); const isDaemonRunning = processList.length > 0; if (!isDaemonRunning) {