David Sanders
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
main.js
|
@ -1,5 +1,5 @@ |
|
|
// Modules to control application life and create native browser window
|
|
|
// Modules to control application life and create native browser window
|
|
|
const {app, BrowserWindow} = require('electron') |
|
|
|
|
|
|
|
|
const { app, BrowserWindow } = require('electron') |
|
|
const path = require('path') |
|
|
const path = require('path') |
|
|
|
|
|
|
|
|
function createWindow () { |
|
|
function createWindow () { |
|
|