Fix electron

This commit is contained in:
Scott E. Graves
2019-04-09 13:16:20 -05:00
parent 3a092a2b97
commit 9979c6ad75

View File

@@ -82,8 +82,6 @@ function createWindow() {
app.dock.hide();
}
mainWindow.openDevTools();
// and load the index.html of the app.
const startUrl = process.env.ELECTRON_START_URL || url.format({
pathname: path.join(__dirname, '../build/index.html'),