fix: add missing chrome version for electron 36

This commit is contained in:
jonz94 2025-05-03 20:06:08 +08:00
parent dba95573ed
commit f764387c12
No known key found for this signature in database
GPG Key ID: 1486B90DC5E08492

View File

@ -104,6 +104,7 @@ export function getElectronChromeTarget(): string {
const electronVer = getElectronMajorVer() const electronVer = getElectronMajorVer()
const chromeVer = { const chromeVer = {
'36': '136',
'35': '134', '35': '134',
'34': '132', '34': '132',
'33': '130', '33': '130',