Run electron (dev) from build directory
This commit is contained in:
@@ -30,7 +30,7 @@ function createWindow () {
|
||||
});
|
||||
|
||||
mainWindow.loadURL(url.format({
|
||||
pathname: path.join(__dirname, '../.build', 'index.html'),
|
||||
pathname: path.join(__dirname, 'index.html'),
|
||||
protocol: 'file:',
|
||||
slashes: true
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user