update linux and windows bwt

This commit is contained in:
Craig Raw 2021-01-13 08:46:57 +02:00
parent 7ae74e3000
commit 7bc707bcaa
4 changed files with 2 additions and 2 deletions

View file

@ -34,9 +34,9 @@ public class Bwt {
if(platform == org.controlsfx.tools.Platform.OSX) {
NativeUtils.loadLibraryFromJar("/native/osx/x64/libbwt_jni.dylib");
} else if(platform == org.controlsfx.tools.Platform.WINDOWS) {
NativeUtils.loadLibraryFromJar("/native/windows/x64/bwt.dll");
NativeUtils.loadLibraryFromJar("/native/windows/x64/bwt_jni.dll");
} else {
NativeUtils.loadLibraryFromJar("/native/linux/x64/libbwt.so");
NativeUtils.loadLibraryFromJar("/native/linux/x64/libbwt_jni.so");
}
} catch(IOException e) {
log.error("Error loading bwt library", e);

Binary file not shown.