updated dir to hidden.
This commit is contained in:
parent
ac8b269fc8
commit
04106657d4
|
@ -22,7 +22,7 @@ import java.util.regex.Pattern;
|
|||
*/
|
||||
public class Launcher extends JFrame {
|
||||
public static final Pattern addressPattern = Pattern.compile("(.+):(\\d+)");
|
||||
public static final Path DATA_DIR = Path.of(System.getProperty("user.home"), "ace-of-shades");
|
||||
public static final Path DATA_DIR = Path.of(System.getProperty("user.home"), ".ace-of-shades");
|
||||
public static final Pattern usernamePattern = Pattern.compile("[a-zA-Z0-9_-]+");
|
||||
|
||||
public Launcher() throws HeadlessException {
|
||||
|
|
Loading…
Reference in New Issue