mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
update linux and windows bwt
This commit is contained in:
parent
7ae74e3000
commit
7bc707bcaa
4 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ public class Bwt {
|
||||||
if(platform == org.controlsfx.tools.Platform.OSX) {
|
if(platform == org.controlsfx.tools.Platform.OSX) {
|
||||||
NativeUtils.loadLibraryFromJar("/native/osx/x64/libbwt_jni.dylib");
|
NativeUtils.loadLibraryFromJar("/native/osx/x64/libbwt_jni.dylib");
|
||||||
} else if(platform == org.controlsfx.tools.Platform.WINDOWS) {
|
} else if(platform == org.controlsfx.tools.Platform.WINDOWS) {
|
||||||
NativeUtils.loadLibraryFromJar("/native/windows/x64/bwt.dll");
|
NativeUtils.loadLibraryFromJar("/native/windows/x64/bwt_jni.dll");
|
||||||
} else {
|
} else {
|
||||||
NativeUtils.loadLibraryFromJar("/native/linux/x64/libbwt.so");
|
NativeUtils.loadLibraryFromJar("/native/linux/x64/libbwt_jni.so");
|
||||||
}
|
}
|
||||||
} catch(IOException e) {
|
} catch(IOException e) {
|
||||||
log.error("Error loading bwt library", e);
|
log.error("Error loading bwt library", e);
|
||||||
|
|
Binary file not shown.
Binary file not shown.
BIN
src/main/resources/native/windows/x64/bwt_jni.dll
Executable file
BIN
src/main/resources/native/windows/x64/bwt_jni.dll
Executable file
Binary file not shown.
Loading…
Reference in a new issue