Last exc fix.

This commit is contained in:
zaxar163 2019-01-08 18:03:28 +04:00
parent b984fa9d73
commit 349bfc82fb
No known key found for this signature in database
GPG key ID: CEE900027AE098E0

View file

@ -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");