diff --git a/main/index.js b/main/index.js index 58170d0..464d372 100644 --- a/main/index.js +++ b/main/index.js @@ -29,7 +29,7 @@ function createWindow() { // and load the index of the app. mainWindow.loadURL('http://localhost:1404'); // Open the DevTools. - mainWindow.webContents.openDevTools(); + // mainWindow.webContents.openDevTools(); } // This method will be called when Electron has finished // initialization and is ready to create browser windows. diff --git a/package.json b/package.json index 3b30165..2bdf9b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peppubuild-desktop", - "version": "0.0.3", + "version": "0.0.4", "description": "", "main": "main/index.js", "scripts": {