fix: update NewLaunch package name
This commit is contained in:
parent
bf9888099c
commit
8cec4b60a6
@ -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