remove NDEBUG check per Scrumplex's orders

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2023-01-24 02:26:21 -07:00 committed by GitHub
parent c45fa016c0
commit 085e067fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{