From 3892b4395dc40c4cb034062e0a4b48d5bcdbe14f Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 26 Dec 2021 14:07:05 +0800 Subject: [PATCH] Signed-off-by: unknown --- client/update_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/update_module.cpp b/client/update_module.cpp index 69671972..5aeceb46 100644 --- a/client/update_module.cpp +++ b/client/update_module.cpp @@ -265,7 +265,7 @@ static napi_module g_module = { .nm_flags = 0, .nm_filename = nullptr, .nm_register_func = UpdateClientInit, - .nm_modname = "libupdate.z.so", + .nm_modname = "update", .nm_priv = ((void*)0), .reserved = { 0 } }; -- Gitee