From 98d615995a9a6e4a50b741ab4b9c916e6da0c1d6 Mon Sep 17 00:00:00 2001 From: pg Date: Sat, 10 Oct 2015 02:00:36 +0200 Subject: [PATCH] readme --- README.md | 3 ++- main.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb15e9..6dc5962 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ ## a test with electron -![](/sc.png) \ No newline at end of file + +![](/sc.png) diff --git a/main.js b/main.js index 70c388d..c4b0243 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ app.on('ready', function() { mainWindow.loadUrl('file://' + __dirname + '/index.jade'); // Open the DevTools. - mainWindow.openDevTools(); +// mainWindow.openDevTools(); // Emitted when the window is closed. mainWindow.on('closed', function() {