Update main.js

This commit is contained in:
Anirudh Sevugan 2025-07-06 17:25:57 -05:00 committed by GitHub
parent d6b04b2889
commit b6775636e5
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 = "1.0.7.3"
let version = "2.0.0.0"
if (process.platform === 'darwin') {
if (process.argv.includes('--use-gl')) {