Bugfixes
This commit is contained in:
parent
d647b7fdc3
commit
c1e423704d
@ -7,7 +7,7 @@ import java.io.File;
|
|||||||
public class LoadLibrary {
|
public class LoadLibrary {
|
||||||
public static InputStream getLibraryAsStream() {
|
public static InputStream getLibraryAsStream() {
|
||||||
return LoadLibrary.class.getResourceAsStream("/libs/" + getOsName() + "/" + getArchName() + "/"
|
return LoadLibrary.class.getResourceAsStream("/libs/" + getOsName() + "/" + getArchName() + "/"
|
||||||
+ getFileName() + "/" + getVersionName() + getExtension());
|
+ getFileName() + getExtension());
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String getOsName() {
|
private static String getOsName() {
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>it.tdlight.jni.implementation_name.operating_system_name.cpu_architecture_name.version</pattern>
|
<pattern>it.tdlight.jni.implementation_name.operating_system_name.cpu_architecture_name.version</pattern>
|
||||||
<shadedPattern>it.tdlight.jni.${IMPLEMENTATION_NAME}.${OPERATING_SYSTEM_NAME_SHORT}.${CPU_ARCHITECTURE_NAME}.v_4_0_${revisionNumber}</shadedPattern>
|
<shadedPattern>it.tdlight.jni.${IMPLEMENTATION_NAME}.${OPERATING_SYSTEM_NAME_SHORT}.${CPU_ARCHITECTURE_NAME}.v4_0_${revisionNumber}</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user