mirror of https://github.com/Fabio286/antares.git
fix: compatibility with electron-store 7
This commit is contained in:
parent
379d6c169a
commit
bacf458936
|
@ -5,8 +5,12 @@ import * as path from 'path';
|
|||
import crypto from 'crypto';
|
||||
import { format as formatUrl } from 'url';
|
||||
import keytar from 'keytar';
|
||||
import Store from 'electron-store';
|
||||
|
||||
import ipcHandlers from './ipc-handlers';
|
||||
|
||||
Store.initRenderer();
|
||||
|
||||
const isDevelopment = process.env.NODE_ENV !== 'production';
|
||||
const gotTheLock = app.requestSingleInstanceLock();
|
||||
|
||||
|
|
Loading…
Reference in New Issue