aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-07-14 03:56:18 -0700
committerGitHub <noreply@github.com>2023-07-14 03:56:18 -0700
commit3487e1cb640962ee95520309d5e4b00d6f629c3f (patch)
treeab471d8527c6709604e170e09a2054edda85d05b /launcher/Application.cpp
parent95b300f1ea7791a7a358d95abb473699d1f016b7 (diff)
downloadPrismLauncher-3487e1cb640962ee95520309d5e4b00d6f629c3f.tar.gz
PrismLauncher-3487e1cb640962ee95520309d5e4b00d6f629c3f.tar.bz2
PrismLauncher-3487e1cb640962ee95520309d5e4b00d6f629c3f.zip
Update launcher/Application.cpp
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 372a4fc6..a3040968 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1571,7 +1571,7 @@ QString Application::getJarPath(QString jarFile)
{
QStringList potentialPaths = {
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
- FS::PathCombine(m_rootPath, "share/" + BuildConfig.LAUNCHER_NAME),
+ FS::PathCombine(m_rootPath, "share", BuildConfig.LAUNCHER_NAME),
#endif
FS::PathCombine(m_rootPath, "jars"),
FS::PathCombine(applicationDirPath(), "jars"),