fix: update NewLaunch package name

This commit is contained in:
Sefa Eyeoglu
2022-07-01 19:50:41 +02:00
parent bf9888099c
commit 8cec4b60a6

View File

@ -142,7 +142,7 @@ void LauncherPartLaunch::executeTask()
#else
args << classPath.join(':');
#endif
args << "org.multimc.EntryPoint";
args << "org.polymc.EntryPoint";
qDebug() << args.join(' ');