Skip to content

Commit

Permalink
added store to main process
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenish committed Nov 12, 2018
1 parent 0f67947 commit 7002656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { app, BrowserWindow } from 'electron'
import '../renderer/store'

/**
* Set `__static` path to static files in production
Expand Down Expand Up @@ -62,4 +63,4 @@ autoUpdater.on('update-downloaded', () => {
app.on('ready', () => {
if (process.env.NODE_ENV === 'production') autoUpdater.checkForUpdates()
})
*/
*/

0 comments on commit 7002656

Please sign in to comment.