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

move new window under sudo

This commit is contained in:
Andrew Simachev 2022-07-11 19:49:17 +03:00
parent 544d17c3a6
commit cc22d3389c
2 changed files with 15 additions and 3 deletions

View file

@ -4,9 +4,6 @@ const { is, fixPathForAsarUnpack } = require('electron-util');
const path = require('path');
const os = require('os');
const storage = require('electron-json-storage');
const fs = require('fs');
const readChunk = require('read-chunk');
const fileType = require('file-type');
const port = process.env.SERVER_PORT;
const protocol = 'anytype';
const remote = require('@electron/remote/main');