mirror of
https://github.com/alex8088/electron-vite.git
synced 2025-05-22 12:59:15 +08:00
fix: add missing chrome version for electron 36
This commit is contained in:
parent
dba95573ed
commit
f764387c12
@ -104,6 +104,7 @@ export function getElectronChromeTarget(): string {
|
||||
const electronVer = getElectronMajorVer()
|
||||
|
||||
const chromeVer = {
|
||||
'36': '136',
|
||||
'35': '134',
|
||||
'34': '132',
|
||||
'33': '130',
|
||||
|
Loading…
x
Reference in New Issue
Block a user