diff --git a/index.js b/index.js index e08c0f5c..ce0205a9 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -const remoteMain = require('@electron/remote/main') +const remoteMain = require('@electron/remote/main'); remoteMain.initialize() // Requirements @@ -350,4 +350,4 @@ app.on('activate', () => { if (win === null) { createWindow() } -}) \ No newline at end of file +})