Merge pull request #863 from Scrumplex/fix-braindead-moment

update NewLaunch package name
This commit is contained in:
Sefa Eyeoglu 2022-07-01 19:55:01 +02:00 committed by GitHub
commit f2fa82fd3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(' ');