perf: build compatibility target for Electron 35

This commit is contained in:
jonz94 2025-03-09 04:16:52 +08:00
parent 987c55ee8b
commit ea144aef19
No known key found for this signature in database
GPG Key ID: 5CDAA0151B56DFE4

View File

@ -69,6 +69,7 @@ export function getElectronNodeTarget(): string {
const electronVer = getElectronMajorVer()
const nodeVer = {
'35': '22.14',
'34': '20.18',
'33': '20.18',
'32': '20.16',
@ -102,6 +103,7 @@ export function getElectronChromeTarget(): string {
const electronVer = getElectronMajorVer()
const chromeVer = {
'35': '134',
'34': '132',
'33': '130',
'32': '128',