upgrade electron

improves desktop app performance
This commit is contained in:
Tom (plebeius.eth)
2025-03-12 14:38:02 +01:00
parent 327a463939
commit e4a1c12326
3 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -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;