GH-1053 explode launch task into many small steps, each a Task
This commit is contained in:
parent
8e7caf4e25
commit
61c5a67777
36 changed files with 1261 additions and 595 deletions
|
@ -124,9 +124,9 @@ std::shared_ptr<LaunchTask> LegacyInstance::createLaunchTask(AuthSessionPtr acco
|
|||
launchScript += "launcher legacy\n";
|
||||
}
|
||||
auto process = LaunchTask::create(std::dynamic_pointer_cast<MinecraftInstance>(getSharedPtr()));
|
||||
process->setLaunchScript(launchScript);
|
||||
process->setWorkdir(minecraftRoot());
|
||||
process->setLogin(account);
|
||||
// process->setLaunchScript(launchScript);
|
||||
// process->setWorkdir(minecraftRoot());
|
||||
// process->setLogin(account);
|
||||
return process;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue