mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
[Creator] Fix incorrect launcher config dir.
This commit is contained in:
parent
995d9433ad
commit
f42e365734
@ -93,7 +93,7 @@ public class PackManagerController {
|
|||||||
launcherConfigDir.mkdirs();
|
launcherConfigDir.mkdirs();
|
||||||
webRoot.mkdirs();
|
webRoot.mkdirs();
|
||||||
|
|
||||||
this.launcher = new Launcher(launcherDir, creator.getDataDir());
|
this.launcher = new Launcher(launcherDir, launcherConfigDir);
|
||||||
this.executor = launcher.getExecutor();
|
this.executor = launcher.getExecutor();
|
||||||
this.frame = frame;
|
this.frame = frame;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user