aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-10 18:26:11 +0530
committerKumar Priyansh <[email protected]>2019-06-10 18:26:11 +0530
commit1d40aef79561c0648c151403d59dbebc268622bd (patch)
tree1f7f0da36b2cbdb5342f5f30045539553abe1374
parenta0d441c0838038d9d831c009eb3369486b263530 (diff)
downloadauthorr-1d40aef79561c0648c151403d59dbebc268622bd.tar.xz
authorr-1d40aef79561c0648c151403d59dbebc268622bd.zip
Added Main JS and Starter HTML
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
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
}))