This commit is contained in:
liamcottle
2024-08-16 21:33:29 +12:00
parent b0f879c294
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;
}