readme
This commit is contained in:
parent
6338aa3e77
commit
98d615995a
@ -1,2 +1,3 @@
|
|||||||
## a test with electron
|
## a test with electron
|
||||||
![](/sc.png)
|
|
||||||
|
![](/sc.png)
|
||||||
|
2
main.js
2
main.js
@ -29,7 +29,7 @@ app.on('ready', function() {
|
|||||||
mainWindow.loadUrl('file://' + __dirname + '/index.jade');
|
mainWindow.loadUrl('file://' + __dirname + '/index.jade');
|
||||||
|
|
||||||
// Open the DevTools.
|
// Open the DevTools.
|
||||||
mainWindow.openDevTools();
|
// mainWindow.openDevTools();
|
||||||
|
|
||||||
// Emitted when the window is closed.
|
// Emitted when the window is closed.
|
||||||
mainWindow.on('closed', function() {
|
mainWindow.on('closed', function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user