Add a simplistic multi-runtime manager class to prepare for multi-runtime features

This commit is contained in:
artdeell 2021-07-12 17:51:07 +03:00
parent be4ef3e6f7
commit ed5ef3c749
2 changed files with 153 additions and 0 deletions

View file

@ -42,7 +42,9 @@ public final class Tools
public static final Gson GLOBAL_GSON = new GsonBuilder().setPrettyPrinting().create();
public static final String URL_HOME = "https://pojavlauncherteam.github.io/PojavLauncher";
public static String DIR_DATA = "/data/data/" + BuildConfig.APPLICATION_ID;
public static String MULTIRT_HOME = DIR_DATA+"/runtimes";
public static String CURRENT_ARCHITECTURE;
// New since 3.3.1