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:
parent
544d17c3a6
commit
cc22d3389c
2 changed files with 15 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue