We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a89ad commit b857d6cCopy full SHA for b857d6c
build.js
@@ -901,7 +901,7 @@
901
document.querySelector("#status").style.color = "red";
902
return;
903
}
904
- child_process.exec(`kill -9 $(ps -eo pid,command | grep 'dist/${name}.app/Contents/macOS/nwjs' | grep -v grep | awk '{print $1}')`);
+ child_process.exec(`kill -9 $(ps -eo pid,command | grep 'dist/${name}.app/Contents/MacOS/nwjs' | grep -v grep | awk '{print $1}')`);
905
document.querySelector("#status").innerText = text("ready");
906
document.querySelector("#status").style.color = "lime";
907
@@ -1055,3 +1055,4 @@
1055
window.addEventListener("DOMContentLoaded", openCompiler);
1056
})();
1057
1058
+
0 commit comments