ソースを参照

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

hl 1 年間 前
コミット
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}`);
             }