1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

return keytar

This commit is contained in:
Andrew Simachev 2021-10-11 14:00:00 +03:00
parent a14b4518cc
commit a118c42efc

View file

@ -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('@dennisameling/keytar-temp');
const keytar = require('keytar');
const bindings = require('bindings');
const envPath = path.join(__dirname, 'electron', 'env.json');
const systemVersion = process.getSystemVersion();