Merge pull request #863 from Scrumplex/fix-braindead-moment
update NewLaunch package name
This commit is contained in:
commit
f2fa82fd3c
@ -142,7 +142,7 @@ void LauncherPartLaunch::executeTask()
|
|||||||
#else
|
#else
|
||||||
args << classPath.join(':');
|
args << classPath.join(':');
|
||||||
#endif
|
#endif
|
||||||
args << "org.multimc.EntryPoint";
|
args << "org.polymc.EntryPoint";
|
||||||
|
|
||||||
qDebug() << args.join(' ');
|
qDebug() << args.join(' ');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user