This commit is contained in:
pg 2015-10-10 02:00:36 +02:00
parent 6338aa3e77
commit 98d615995a
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
## a test with electron
![](/sc.png)
![](/sc.png)

View File

@ -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() {