diff --git a/package.json b/package.json index 66e6d5f1..a41221d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "altus", "productName": "Altus", - "version": "5.0.0", + "version": "5.0.1", "description": "Desktop client for WhatsApp Web with themes & multiple account support.", "main": ".vite/build/main.js", "build": { diff --git a/src/main.ts b/src/main.ts index 5413e8ac..80216673 100644 --- a/src/main.ts +++ b/src/main.ts @@ -147,7 +147,7 @@ const createWindow = () => { return; } if (tray) tray.destroy(); - app.quit(); + app.exit(0); }); } else if (tray) { tray.destroy();