David Sanders
2 years ago
Failed to extract signature
2 changed files with
2 additions and
2 deletions
-
main.js
-
preload.js
|
|
@ -1,5 +1,5 @@ |
|
|
|
// Modules to control application life and create native browser window
|
|
|
|
const {app, BrowserWindow} = require('electron') |
|
|
|
const { app, BrowserWindow } = require('electron') |
|
|
|
const path = require('path') |
|
|
|
|
|
|
|
function createWindow () { |
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
* The preload script runs before. It has access to web APIs |
|
|
|
* as well as Electron's renderer process modules and some |
|
|
|
* polyfilled Node.js functions. |
|
|
|
* |
|
|
|
* |
|
|
|
* https://www.electronjs.org/docs/latest/tutorial/sandbox
|
|
|
|
*/ |
|
|
|
window.addEventListener('DOMContentLoaded', () => { |
|
|
|