From d0b385101f8784676eb62e234670fb68b70dd87d Mon Sep 17 00:00:00 2001 From: Souleh Shaikh Date: Mon, 16 Aug 2021 12:23:20 +0530 Subject: [PATCH] :door: Entry Point Of Electron App --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 1b011b8..2d668ce 100644 --- a/main.js +++ b/main.js @@ -75,4 +75,4 @@ app.on('activate', function () { if (mainWindow === null) createWindow() }); // In this file you can include the rest of your app's specific main process -// code. You can also put them in separate files and require them here. \ No newline at end of file +// code. You can also put them in separate files and require them here.