changes: fixed `Exec` field missing from .desktop file in Snap, and upgraded Electron to 37.4.0 (only upgraded because of fixing `Exec` field missing from .desktop file in Snap)
This commit is contained in:
Anirudh Sevugan 2025-08-28 17:48:52 -05:00 committed by GitHub
parent 4675073530
commit f20c520123
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.1.0.0"
let version = "2.1.1.0"
if (process.platform === 'darwin') {
if (process.argv.includes('--use-gl')) {