updated dir to hidden.

This commit is contained in:
Andrew Lalis 2021-06-24 10:51:32 +02:00
parent ac8b269fc8
commit 04106657d4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {