Point initial page to root folder instead of index file
This commit is contained in:
Родитель
e6962f18f0
Коммит
5f9f4ee35e
|
@ -58,7 +58,7 @@ function createWindow() {
|
|||
}
|
||||
if (pageUrl === undefined) {
|
||||
pageUrl = url.format({
|
||||
pathname: path.join(__dirname, '../build/index.html'),
|
||||
pathname: path.join(__dirname, '../build/'),
|
||||
protocol: 'file',
|
||||
});
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче