electron build

This commit is contained in:
Jan Prochazka
2024-09-03 13:20:44 +02:00
parent 00ee4979fb
commit cbdda06456
4 changed files with 108 additions and 2 deletions

View File

@@ -399,7 +399,7 @@ function createWindow() {
}
});
mainWindow.webContents.toggleDevTools();
// mainWindow.webContents.toggleDevTools();
mainWindow.loadURL(startUrl);
if (os.platform() == 'linux') {