diff --git a/electron/main.js b/electron/main.js index d389e24..79d62f1 100644 --- a/electron/main.js +++ b/electron/main.js @@ -177,7 +177,7 @@ app.whenReady().then(async () => { await dialog.showMessageBox(mainWindow, { message: "Microsoft Visual C++ redistributable must be installed to run this application.", }); - quit(); + app.quit(); return; }