Update Electron to v37.2.5

This commit is contained in:
Anirudh Sevugan 2025-07-31 21:24:10 -05:00 committed by GitHub
parent b1e9307c0f
commit e0995c6835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ const { pathToFileURL } = require("url");
const { checkForUpdate } = require('./updateChecker');
let gpuAccel = "";
let didRegisterShortcuts = false;
let version = "2.0.4.1"
let version = "2.0.4.2"
if (process.platform === 'darwin') {
if (process.argv.includes('--use-gl')) {