summaryrefslogtreecommitdiffstats
path: root/games/multimc/files/patch-launcher_MultiMC.cpp
blob: 10a72e5f1d21520e4ff3bb1e8152c34caf39450a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- launcher/MultiMC.cpp.orig	2021-09-08 22:27:46 UTC
+++ launcher/MultiMC.cpp
@@ -487,7 +487,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplicatio
     // Set up paths
     {
         // Root path is used for updates.
-#ifdef Q_OS_LINUX
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
         QDir foo(FS::PathCombine(binPath, ".."));
         m_rootPath = foo.absolutePath();
 #elif defined(Q_OS_WIN32)