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_FileSystem.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/multimc/files/patch-launcher_FileSystem.cpp (limited to 'games/multimc/files/patch-launcher_FileSystem.cpp') diff --git a/games/multimc/files/patch-launcher_FileSystem.cpp b/games/multimc/files/patch-launcher_FileSystem.cpp new file mode 100644 index 0000000..0543fae --- /dev/null +++ b/games/multimc/files/patch-launcher_FileSystem.cpp @@ -0,0 +1,11 @@ +--- launcher/FileSystem.cpp.orig 2021-09-08 22:27:46 UTC ++++ launcher/FileSystem.cpp +@@ -403,7 +403,7 @@ QString getDesktopDir() + bool createShortCut(QString location, QString dest, QStringList args, QString name, + QString icon) + { +-#if defined Q_OS_LINUX ++#if defined Q_OS_LINUX || defined(Q_OS_FREEBSD) + location = PathCombine(location, name + ".desktop"); + + QFile f(location); -- cgit v1.2.3