diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-10 18:26:11 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-10 18:26:11 +0530 |
| commit | 1d40aef79561c0648c151403d59dbebc268622bd (patch) | |
| tree | 1f7f0da36b2cbdb5342f5f30045539553abe1374 | |
| parent | a0d441c0838038d9d831c009eb3369486b263530 (diff) | |
| download | authorr-1d40aef79561c0648c151403d59dbebc268622bd.tar.xz authorr-1d40aef79561c0648c151403d59dbebc268622bd.zip | |
Added Main JS and Starter HTML
| -rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 })) |
