You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JNI library loading uses a predetermined file name (#652)
## Usage and product changes
The unpacked JNI library now uses a pre-determined filename. This replaces logic to extract the filename from the packaged resource.
## Implementation
The new method produces the same filename, since the way we find the resource is through the filename in the first place.
0 commit comments