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
parent 49bf112822
commit 45b52d5854

View File

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