mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix keytar
This commit is contained in:
parent
5ceec9e23b
commit
6429cbe563
3 changed files with 34 additions and 1 deletions
|
@ -15,7 +15,7 @@ const Util = require('./electron/util.js');
|
|||
const windowStateKeeper = require('electron-window-state');
|
||||
const port = process.env.SERVER_PORT;
|
||||
const openAboutWindow = require('about-window').default;
|
||||
const keytar = require('keytar');
|
||||
const keytar = require('@dennisameling/keytar-temp');
|
||||
const bindings = require('bindings');
|
||||
const envPath = path.join(__dirname, 'electron', 'env.json');
|
||||
const systemVersion = process.getSystemVersion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue