mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-05 21:54:15 +00:00
NOISSUE fix build
This commit is contained in:
parent
412855ae3d
commit
249e5c13d7
@ -210,10 +210,10 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
|
|||||||
QDir foo(FS::PathCombine(binPath, ".."));
|
QDir foo(FS::PathCombine(binPath, ".."));
|
||||||
m_rootPath = foo.absolutePath();
|
m_rootPath = foo.absolutePath();
|
||||||
#elif defined(Q_OS_WIN32)
|
#elif defined(Q_OS_WIN32)
|
||||||
rootPath = binPath;
|
m_rootPath = binPath;
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
QDir foo(FS::PathCombine(binPath, "../.."));
|
QDir foo(FS::PathCombine(binPath, "../.."));
|
||||||
rootPath = foo.absolutePath();
|
m_rootPath = foo.absolutePath();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// init the logger
|
// init the logger
|
||||||
|
Loading…
Reference in New Issue
Block a user