Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-01-30 06:39:45 +03:00
parent e1615cc7df
commit 6c10c01036

View File

@ -52,8 +52,8 @@ function createWindow(){
// and load the index.html of the app.
win.loadURL(url.format({
// XXX unify this with index.html
//pathname: path.join(__dirname, 'electron.html'),
pathname: path.join(__dirname, 'index.html'),
//pathname: path.join(__dirname, 'index.html'),
pathname: path.join(__dirname, 'electron.html'),
protocol: 'file:',
slashes: true
}))