浏览代码

统一下载执行程序的前缀~

hl 9 月之前
父节点
当前提交
6ce0f7d6dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/robot.js

+ 1 - 1
src/robot.js

@@ -358,7 +358,7 @@ async function closeAppAll() {
         //         });
         //     }
         // });
-        execSync(`sudo kill $(pgrep -f "^\.\/rust\/.*\/4l_as_")`, (error, stdout, stderr) => {
+        execSync(`sudo kill $(pgrep -f "^.*\/4l_as_")`, (error, stdout, stderr) => {
             if (error) {
                 logger.error(`进程${pid} 杀死失败: ${error}`);
             }