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