From 1d40aef79561c0648c151403d59dbebc268622bd Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Mon, 10 Jun 2019 18:26:11 +0530 Subject: Added Main JS and Starter HTML --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index d07a8bf..ea33294 100644 --- a/main.js +++ b/main.js @@ -9,7 +9,7 @@ function createWindow () { // and load the index.html of the app. win.loadURL(url.format({ - pathname: path.join(__dirname, 'index.html'), + pathname: path.join(__dirname, 'src/index.html'), protocol: 'file:', slashes: true })) -- cgit v1.2.3