NOISSUE make shared logic library ... shared
This commit is contained in:
parent
cd108fd029
commit
23d0bd8edd
76 changed files with 259 additions and 116 deletions
|
@ -81,8 +81,8 @@ void LaunchMinecraft::on_state(LoggedProcess::State state)
|
|||
case LoggedProcess::Finished:
|
||||
{
|
||||
m_parent->setPid(-1);
|
||||
auto exitCode = m_process.exitCode();
|
||||
//FIXME: make this work again
|
||||
// auto exitCode = m_process.exitCode();
|
||||
// m_postlaunchprocess.processEnvironment().insert("INST_EXITCODE", QString(exitCode));
|
||||
// run post-exit
|
||||
emitSucceeded();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue