diff --git a/src/the/bytecode/club/bootloader/Boot.java b/src/the/bytecode/club/bootloader/Boot.java index dcd82a3d..cd69948b 100644 --- a/src/the/bytecode/club/bootloader/Boot.java +++ b/src/the/bytecode/club/bootloader/Boot.java @@ -285,11 +285,11 @@ public class Boot { } public static File libsDir() { - File dir = new File(System.getProperty("user.home"), ".Bytecode-Viewer"); + File dir = new File(System.getProperty("user.home"), ".Bytecode-Viewer/libs"); while (!dir.exists()) dir.mkdirs(); - return new File(dir, "libs"); + return dir; } public static void setState(String s) {