Fix README and some references to MultiMC.
This commit is contained in:
parent
7912e0f32b
commit
ce30cda73e
6 changed files with 32 additions and 73 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue