Changed the cache folder name for tdlight

This commit is contained in:
Andrea Cavalli 2020-09-10 16:12:01 +02:00
parent 6881ebf8fb
commit 0830eeb249
1 changed files with 1 additions and 1 deletions

View File

@ -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 {