From b55eb725c4c848480bab63db73767174f9982b44 Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Sun, 21 Sep 2025 16:52:57 +0800 Subject: [PATCH] perf: build compatibility target for Electron 38 --- src/electron.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/electron.ts b/src/electron.ts index 73c4966..272d0bc 100644 --- a/src/electron.ts +++ b/src/electron.ts @@ -69,6 +69,7 @@ export function getElectronNodeTarget(): string { const electronVer = getElectronMajorVer() const nodeVer = { + '38': '22.19', '37': '22.16', '36': '22.14', '35': '22.14', @@ -102,6 +103,7 @@ export function getElectronChromeTarget(): string { const electronVer = getElectronMajorVer() const chromeVer = { + '38': '140', '37': '138', '36': '136', '35': '134',