mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
upgrade electron
improves desktop app performance
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import startIpfs from './start-ipfs.js';
|
||||
import './start-plebbit-rpc.js';
|
||||
import { URL, fileURLToPath } from 'node:url';
|
||||
import contextMenu from 'electron-context-menu';
|
||||
import packageJson from '../package.json' assert { type: 'json' };
|
||||
import packageJson from '../package.json' with { type: 'json' };
|
||||
const dirname = path.join(path.dirname(fileURLToPath(import.meta.url)));
|
||||
|
||||
let startIpfsError;
|
||||
|
||||
Reference in New Issue
Block a user