Improves bootstrapper. Moves all jars to single folder ./live as it produces bootstrap for easy moving.

This commit is contained in:
Zeruth
2019-07-07 21:05:33 -04:00
parent 92e2fa3857
commit b80ca6e2fa
6 changed files with 48 additions and 23 deletions

View File

@@ -83,7 +83,7 @@ import org.slf4j.LoggerFactory;
@Slf4j
public class RuneLite
{
public static final String RUNELIT_VERSION = "2.0.1-1";
public static final String RUNELIT_VERSION = "2.0.2";
public static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".runelite");
public static final File PROFILES_DIR = new File(RUNELITE_DIR, "profiles");
public static final File PLUGIN_DIR = new File(RUNELITE_DIR, "plugins");