Update README.md

This commit is contained in:
Yoshifumi Kawai 2023-04-11 21:01:00 +09:00 committed by GitHub
parent f9c2573c48
commit 251645b232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,7 +331,7 @@ internal static unsafe partial class NativeMethods
path += "/native/" + __DllName;
return NativeLibrary.Load(path, assembly, searchPath);
return NativeLibrary.Load(Path.Combine(AppContext.BaseDirectory, path), assembly, searchPath);
}
return IntPtr.Zero;