aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--launcher/Application.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 537ffb68..608fc618 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1548,9 +1548,7 @@ QString Application::getJarPath(QString jarFile)
#endif
FS::PathCombine(m_rootPath, "jars"),
FS::PathCombine(applicationDirPath(), "jars"),
-#if !defined(NDEBUG)
FS::PathCombine(applicationDirPath(), "..", "jars") // from inside build dir , for debuging
-#endif
};
for(QString p : potentialPaths)
{