Merge pull request #19 from icoxfog417/issue18

fix #18
This commit is contained in:
Jessica Lord 2015-12-15 17:30:17 -08:00
commit 7287c09f9c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ app.on('ready', function() {
mainWindow = new BrowserWindow({width: 800, height: 600});
// and load the index.html of the app.
mainWindow.loadURL(`file://${__dirname}/index.html`);
mainWindow.loadURL('file://' + __dirname + '/index.html');
// Open the DevTools.
mainWindow.webContents.openDevTools();