mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-09 00:59:44 +03:00
Last exc fix.
This commit is contained in:
parent
b984fa9d73
commit
349bfc82fb
1 changed files with 1 additions and 0 deletions
|
@ -327,6 +327,7 @@ public static void main(String... args) throws Throwable {
|
|||
|
||||
public LaunchServer(Path dir, String[] args) throws IOException, InvalidKeySpecException {
|
||||
this.dir = dir;
|
||||
Files.createDirectories(dir);
|
||||
this.args = Arrays.asList(args);
|
||||
configFile = dir.resolve("LaunchServer.conf");
|
||||
publicKeyFile = dir.resolve("public.key");
|
||||
|
|
Loading…
Reference in a new issue