From ea144aef195f3b73947551f313af6513921698f5 Mon Sep 17 00:00:00 2001
From: jonz94 <jody16888@gmail.com>
Date: Sun, 9 Mar 2025 04:16:52 +0800
Subject: [PATCH] perf: build compatibility target for Electron 35

---
 src/electron.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/electron.ts b/src/electron.ts
index a8d3ba1..21ea690 100644
--- a/src/electron.ts
+++ b/src/electron.ts
@@ -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',