We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f67947 commit 7002656Copy full SHA for 7002656
src/main/index.js
@@ -1,4 +1,5 @@
1
import { app, BrowserWindow } from 'electron'
2
+import '../renderer/store'
3
4
/**
5
* Set `__static` path to static files in production
@@ -62,4 +63,4 @@ autoUpdater.on('update-downloaded', () => {
62
63
app.on('ready', () => {
64
if (process.env.NODE_ENV === 'production') autoUpdater.checkForUpdates()
65
})
- */
66
+ */
0 commit comments