summaryrefslogtreecommitdiffstats
path: root/games/multimc/files/patch-application_UpdateController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/multimc/files/patch-application_UpdateController.cpp')
-rw-r--r--games/multimc/files/patch-application_UpdateController.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/multimc/files/patch-application_UpdateController.cpp b/games/multimc/files/patch-application_UpdateController.cpp
deleted file mode 100644
index ab49773..0000000
--- a/games/multimc/files/patch-application_UpdateController.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- application/UpdateController.cpp.orig 2019-03-08 00:52:03 UTC
-+++ application/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();