Skip to content

getResourcePath: Only use source path in dbg builds

Bhushan Shah requested to merge LNJ2:feat/resources-dbg-path-only-dbg-build into master

Created by: LNJ2

Before kaidan always search in the source path (also on real installations), now kaidan only searches in the DEBUG_SOURCE_PATH, if the current build is a debug build.

Merge request reports