Adapt to rearranged directories

This commit is contained in:
Yuya Ochiai
2015-12-22 23:35:22 +09:00
parent 1be5077ebe
commit e381a89cd5
8 changed files with 17 additions and 16 deletions

View File

@@ -100,7 +100,7 @@ app.on('ready', function() {
mainWindow = new BrowserWindow(window_options);
// and load the index.html of the app.
mainWindow.loadURL('file://' + __dirname + '/index.html');
mainWindow.loadURL('file://' + __dirname + '/browser/index.html');
// Open the DevTools.
// mainWindow.openDevTools();