parent
243ab45111
commit
bb73a0e2cb
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ for the application to be ready and open a window:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
const {app, BrowserWindow} = require('electron')
|
const {app, BrowserWindow} = require('electron')
|
||||||
|
const path = require('path')
|
||||||
|
const url = require('url')
|
||||||
|
|
||||||
function createWindow () {
|
function createWindow () {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
|
|
Loading…
Reference in a new issue