diff --git a/src/main/index.js b/src/main/index.js index 3dc53fe..18c33fb 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -1,4 +1,5 @@ import { app, BrowserWindow } from 'electron' +import '../renderer/store' /** * Set `__static` path to static files in production @@ -62,4 +63,4 @@ autoUpdater.on('update-downloaded', () => { app.on('ready', () => { if (process.env.NODE_ENV === 'production') autoUpdater.checkForUpdates() }) - */ + */ \ No newline at end of file