python exe sometimes doesn't exit on macos, so use sigkill

This commit is contained in:
liamcottle 2024-08-16 21:30:45 +12:00
commit 45b52d5854

View file

@ -200,7 +200,7 @@ function quit() {
// kill python process
if(exeChildProcess){
exeChildProcess.kill();
exeChildProcess.kill("SIGKILL");
}
// quit electron app