proper scripts for electron building/webapp building

This commit is contained in:
2021-03-14 20:05:00 +01:00
parent 7377b4c9d0
commit 18ca318b18
10 changed files with 33 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ function createWindow() {
// preload: path.join(__dirname, 'preload.js')
// }
});
mainWindow.loadFile('dist/index.html');
mainWindow.loadFile('app/dist/index.html');
// mainWindow.removeMenu();
// mainWindow.webContents.openDevTools()
}