This commit is contained in:
liamcottle 2024-08-16 21:33:29 +12:00
commit 577156854d

View file

@ -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;
}