Skip to content

Commit e7bec41

Browse files
authored
long time bois
1 parent 1acaaa9 commit e7bec41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/me/synnk/Managers/SettingsManager.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
public class SettingsManager {
1313

1414
// @TODO: dynamic path
15-
public static String path = "C:\\Users\\SynnK\\IdeaProjects\\JByteCustomLite\\src\\main\\resources\\jbclite.jbc";
15+
public static String path = System.getenv("user.home") + "\Documents\jbclite.jbc"
16+
//public static String path = "C:\\Users\\SynnK\\IdeaProjects\\JByteCustomLite\\src\\main\\resources\\jbclite.jbc";
1617

1718
public static ArrayList<String> readSettings() {
1819
ArrayList<String> result = new ArrayList<>();

0 commit comments

Comments
 (0)