aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
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 608fc618..6a798822 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1548,7 +1548,7 @@ QString Application::getJarPath(QString jarFile)
#endif
FS::PathCombine(m_rootPath, "jars"),
FS::PathCombine(applicationDirPath(), "jars"),
- FS::PathCombine(applicationDirPath(), "..", "jars") // from inside build dir , for debuging
+ FS::PathCombine(applicationDirPath(), "..", "jars") // from inside build dir, for debuging
};
for(QString p : potentialPaths)
{