Improve application size and loading type

by by nucleus
This commit is contained in:
Thomas Nordquist
2019-01-23 13:55:16 +01:00
parent b2e4c7db36
commit 8091323623
14 changed files with 464 additions and 48 deletions

View File

@@ -37,7 +37,7 @@ function createWindow() {
console.log('icon path', iconPath)
// and load the index.html of the app.
mainWindow.loadFile('app/index.html')
mainWindow.loadFile('app/build/index.html')
// Emitted when the window is closed.
mainWindow.on('close', () => {