diff options
author | swirl <swurl@swurl.xyz> | 2021-12-13 13:01:29 -0500 |
---|---|---|
committer | Lenny McLennington <lennymclennington@protonmail.com> | 2021-12-18 14:29:33 +0000 |
commit | ce30cda73e5d9ac74ae4cd1fd22c1dbf6d6488e0 (patch) | |
tree | 79df8345d155b2467d98b1f7c5256ce59f72c33c /launcher/Application.cpp | |
parent | 7912e0f32ba3c465cb564e4c17ab73effeebfefb (diff) | |
download | PrismLauncher-ce30cda73e5d9ac74ae4cd1fd22c1dbf6d6488e0.tar.gz PrismLauncher-ce30cda73e5d9ac74ae4cd1fd22c1dbf6d6488e0.tar.bz2 PrismLauncher-ce30cda73e5d9ac74ae4cd1fd22c1dbf6d6488e0.zip |
Fix README and some references to MultiMC.
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index c1849b4e..72ed5e5a 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -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")); |