From 0678403d9c7218138c2bc5cbf1bd92cc4d450adc Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 29 Sep 2021 15:29:03 -0400 Subject: Bunch of fixes --- games/multimc/files/patch-launcher_UpdateController.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/multimc/files/patch-launcher_UpdateController.cpp (limited to 'games/multimc/files/patch-launcher_UpdateController.cpp') diff --git a/games/multimc/files/patch-launcher_UpdateController.cpp b/games/multimc/files/patch-launcher_UpdateController.cpp new file mode 100644 index 0000000..4dc9b99 --- /dev/null +++ b/games/multimc/files/patch-launcher_UpdateController.cpp @@ -0,0 +1,11 @@ +--- launcher/UpdateController.cpp.orig 2021-09-08 22:27:46 UTC ++++ launcher/UpdateController.cpp +@@ -90,7 +90,7 @@ void UpdateController::installUpdates() + qDebug() << "Installing updates."; + #ifdef Q_OS_WIN + QString finishCmd = QApplication::applicationFilePath(); +-#elif defined Q_OS_LINUX ++#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + QString finishCmd = FS::PathCombine(m_root, "MultiMC"); + #elif defined Q_OS_MAC + QString finishCmd = QApplication::applicationFilePath(); -- cgit v1.2.3-56-ge451