Fix README and some references to MultiMC.

This commit is contained in:
swirl 2021-12-13 13:01:29 -05:00 committed by Lenny McLennington
parent 7912e0f32b
commit ce30cda73e
No known key found for this signature in database
GPG key ID: F0467078ECA45FCB
6 changed files with 32 additions and 73 deletions

View file

@ -312,7 +312,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
QString xdgDataHome = QFile::decodeName(qgetenv("XDG_DATA_HOME"));
if (xdgDataHome.isEmpty())
xdgDataHome = QDir::homePath() + QLatin1String("/.local/share");
dataPath = xdgDataHome + "/devlauncher";
dataPath = xdgDataHome + "/polymc";
adjustedBy += "XDG standard " + dataPath;
#elif defined(Q_OS_MAC)
QDir foo(FS::PathCombine(applicationDirPath(), "../../Data"));