From 58cefb9cdc2b11e77796adc1b59f9744dcc459c8 Mon Sep 17 00:00:00 2001 From: pk5ls20 Date: Thu, 30 Oct 2025 21:00:35 +0800 Subject: [PATCH] fix: napi2native linux offset --- src/core/external/napi2native.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/external/napi2native.json b/src/core/external/napi2native.json index 18e7a572..47030e3e 100644 --- a/src/core/external/napi2native.json +++ b/src/core/external/napi2native.json @@ -12,15 +12,15 @@ "recv": "1D8CA9D" }, "3.2.20-40768-x64": { - "send": "2CC8120", + "send": "2A1B840", "recv": "2D28F20" }, "3.2.20-40824-x64": { - "send": "2CC8120", + "send": "2A1B840", "recv": "2D28F20" }, "3.2.20-40990-x64": { - "send": "2CC8120", + "send": "2A1B840", "recv": "2D28F20" }, "3.2.20-40990-arm64": { @@ -35,4 +35,4 @@ "send": "157C0E8", "recv": "1546658" } -} \ No newline at end of file +}