From 6886c38edcbccb54685e8b4e49b50febf7347953 Mon Sep 17 00:00:00 2001 From: ar7max Date: Fri, 13 Jan 2017 09:35:17 +0600 Subject: [PATCH] Fix companyName missing err. Works out of box now --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 4533dad..2aa75cc 100644 --- a/main.js +++ b/main.js @@ -3,7 +3,7 @@ const app = electron.app; // Module to control application life. const BrowserWindow = electron.BrowserWindow; // Module to create native browser window. // Report crashes to our server. -electron.crashReporter.start(); +//electron.crashReporter.start(); // Keep a global reference of the window object, if you don't, the window will