Changed the cache folder name for tdlight
This commit is contained in:
parent
6881ebf8fb
commit
0830eeb249
@ -30,7 +30,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
||||
*/
|
||||
public class LoadLibrary {
|
||||
private static ConcurrentHashMap<String, Boolean> libraryLoaded = new ConcurrentHashMap<>();
|
||||
private static Path librariesPath = Paths.get(".JTDLibLibraries");
|
||||
private static Path librariesPath = Paths.get(".tdlight-libs-cache");
|
||||
private static final String libsVersion = LibraryVersion.VERSION;
|
||||
|
||||
static {
|
||||
|
Loading…
Reference in New Issue
Block a user