diff --git a/client/update_module.cpp b/client/update_module.cpp index 69671972d3247a1e8f1e030f49b1bbadcef45d3e..5aeceb4675f8eccb8e1d50e674a3aa3f8e3cc8ab 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 } };