adjusted lookup path and updated gh action

This commit is contained in:
DJ2LS 2024-03-01 17:04:15 +01:00
parent 8081a44e92
commit 1b927ad183

View file

@ -148,7 +148,6 @@ serverProcess.stderr.on('data', (data) => {
//)
});
app.on("window-all-closed", () => {
app.on("window-all-closed", () => {
win = null;
if (process.platform !== "darwin") app.quit();