This commit is contained in:
icoxfog417 2015-12-07 16:17:42 +09:00
parent ceec7c3b05
commit e5f2635f3b
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();