From 1dbcfc672e6bf01837b03ab6dfaa9e831e4df9ff Mon Sep 17 00:00:00 2001 From: dj2ls Date: Tue, 4 Oct 2022 10:55:42 +0200 Subject: [PATCH] fixed windows rigctld list command --- gui/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/main.js b/gui/main.js index dab66fc9..1683c873 100644 --- a/gui/main.js +++ b/gui/main.js @@ -829,7 +829,7 @@ ipcMain.on('request-check-rigctld',(data)=>{ try { if(os.platform()=='win32' || os.platform()=='win64'){ - var state = exec('tasklist', ['/svc', '/FI', 'ImageName eq rigctld*']) + var state = exec('tasklist', ['/svc', '/FI', '"ImageName eq rigctld*"']) state.on('close', function(code) { if(code == 0){ let Data = {